TITANIC: Hopefully fix overlapping announcements

This commit is contained in:
Paul Gilbert
2016-12-20 21:12:18 -05:00
parent 03c15ad01c
commit 3324b6ade0
+1 -1
View File
@@ -127,7 +127,7 @@ bool Events::checkForNextFrameCounter() {
}
uint32 Events::getTicksCount() const {
return g_system->getMillis();
return _frameCounter * GAME_FRAME_TIME;
}
void Events::sleep(uint time) {