[Scummvm-git-logs] scummvm master -> 3324b6ade080802acda365f4f2d4e0efe577e102

dreammaster dreammaster at scummvm.org
Wed Dec 21 03:12:19 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3324b6ade0 TITANIC: Hopefully fix overlapping announcements


Commit: 3324b6ade080802acda365f4f2d4e0efe577e102
    https://github.com/scummvm/scummvm/commit/3324b6ade080802acda365f4f2d4e0efe577e102
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-12-20T21:12:18-05:00

Commit Message:
TITANIC: Hopefully fix overlapping announcements

Changed paths:
    engines/titanic/events.cpp


diff --git a/engines/titanic/events.cpp b/engines/titanic/events.cpp
index 97f9a86..d29a19d 100644
--- a/engines/titanic/events.cpp
+++ b/engines/titanic/events.cpp
@@ -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) {





More information about the Scummvm-git-logs mailing list