[Scummvm-cvs-logs] scummvm master -> 57edfc8a5dd7f96e01759561709744aea5aa9943

dreammaster dreammaster at scummvm.org
Sun Aug 23 21:33:39 CEST 2015


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:
57edfc8a5d SHERLOCK: RT: Reduce game speed to make it more like the original


Commit: 57edfc8a5dd7f96e01759561709744aea5aa9943
    https://github.com/scummvm/scummvm/commit/57edfc8a5dd7f96e01759561709744aea5aa9943
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-08-23T15:31:10-04:00

Commit Message:
SHERLOCK: RT: Reduce game speed to make it more like the original

This actually fixes a bug when the lady storms out of
Rumsey's Haberdashery.. if she leaves too quickly, Watson's
farewell dialog is still active, and stops a needed flag being set

Changed paths:
    engines/sherlock/events.h



diff --git a/engines/sherlock/events.h b/engines/sherlock/events.h
index 15724ad..b62863c 100644
--- a/engines/sherlock/events.h
+++ b/engines/sherlock/events.h
@@ -30,7 +30,7 @@
 
 namespace Sherlock {
 
-#define GAME_FRAME_RATE 60
+#define GAME_FRAME_RATE 50
 #define GAME_FRAME_TIME (1000 / GAME_FRAME_RATE)
 
 enum CursorId { ARROW = 0, MAGNIFY = 1, WAIT = 2, EXIT_ZONES_START = 5, INVALID_CURSOR = -1 };






More information about the Scummvm-git-logs mailing list