From a563077edb1246efe82c75c57250f03b64b5dd9a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 25 Aug 2015 20:47:18 -0400 Subject: SHERLOCK: Set game speed to match the originals This applies to make both games match the originals. This is particularly important for Rose Tattoo, since there are several times Sherlock plays instruments, and the animations need to sync up with the music --- engines/sherlock/events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/events.h') diff --git a/engines/sherlock/events.h b/engines/sherlock/events.h index b62863c287..59d145bada 100644 --- a/engines/sherlock/events.h +++ b/engines/sherlock/events.h @@ -30,7 +30,7 @@ namespace Sherlock { -#define GAME_FRAME_RATE 50 +#define GAME_FRAME_RATE 30 #define GAME_FRAME_TIME (1000 / GAME_FRAME_RATE) enum CursorId { ARROW = 0, MAGNIFY = 1, WAIT = 2, EXIT_ZONES_START = 5, INVALID_CURSOR = -1 }; -- cgit v1.2.3