Skip to content

Commit

Permalink
TITANIC: Hopefully fix overlapping announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Dec 21, 2016
1 parent 03c15ad commit 3324b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/titanic/events.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit 3324b6a

Please sign in to comment.