mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
Enable perfect timer so intro runs in sync now. Matches disassembly
svn-id: r17593
This commit is contained in:
parent
07ed5e40a5
commit
8e8c2de3ff
@ -67,7 +67,7 @@ int16 requiredSpace = 0;
|
||||
|
||||
/* Timer variables */
|
||||
int32 startTime = 0;
|
||||
char timer_enabled = 0;
|
||||
char timer_enabled = 1;
|
||||
int16 timer_delta = 1000;
|
||||
|
||||
int16 frameWaitTime = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user