Clear resetTimeDelta after resetting.

This commit is contained in:
Steve 2016-04-26 10:43:16 +01:00
parent 1475cab9d5
commit c5cc733957
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ int main(int argc, char *argv[])
{
td = 0;
then = SDL_GetTicks();
app.resetTimeDelta = 0;
}
game.stats[STAT_TIME]++;