fix game does not initialize when OS runs for longer than 30 days or so.

Special thanks to Yshxod for having the patience and debugging the game with me!
heavy-resources
Tobias Zwick 2014-01-28 00:04:31 +07:00
parent a4d8cef7b0
commit a04a1b697b
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@ bool C4Application::FullScreenMode()
C4ApplicationGameTimer::C4ApplicationGameTimer()
: CStdMultimediaTimerProc(26),
tLastGameTick(0), iGameTickDelay(0)
tLastGameTick(C4TimeMilliseconds::NegativeInfinity), iGameTickDelay(0)
{
}