diff options
author | Eugene Sandulenko | 2005-04-13 22:32:59 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-04-13 22:32:59 +0000 |
commit | 8e8c2de3ff9fb2fc2913128c03e46a1df6e6a8e5 (patch) | |
tree | 2ef18b84ea8869aae96aaec20e201dd90d919ad1 /gob | |
parent | 07ed5e40a5ff9e11ee716ff2f7a89104c4949f6f (diff) | |
download | scummvm-rg350-8e8c2de3ff9fb2fc2913128c03e46a1df6e6a8e5.tar.gz scummvm-rg350-8e8c2de3ff9fb2fc2913128c03e46a1df6e6a8e5.tar.bz2 scummvm-rg350-8e8c2de3ff9fb2fc2913128c03e46a1df6e6a8e5.zip |
Enable perfect timer so intro runs in sync now. Matches disassembly
svn-id: r17593
Diffstat (limited to 'gob')
-rw-r--r-- | gob/global.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gob/global.cpp b/gob/global.cpp index 61ef89e6ef..16605777a9 100644 --- a/gob/global.cpp +++ b/gob/global.cpp @@ -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; |