This commit is contained in:
Paul 2000-10-18 18:36:52 +00:00
parent a8ae18ffb3
commit dfdce2f340
4 changed files with 377 additions and 232 deletions

View file

@ -102,6 +102,7 @@ void GameState::updateTimer()
if (s_timeSinceLast > 4 * 4096)
{
s_timeSinceLast = 4 * 4096;
SYSTEM_DBGMSG("updateTimer loosing frames!");
}
}