mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
TITANIC: Hopefully fix overlapping announcements
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user