Enable perfect timer so intro runs in sync now. Matches disassembly

svn-id: r17593
This commit is contained in:
Eugene Sandulenko 2005-04-13 22:32:59 +00:00
parent 07ed5e40a5
commit 8e8c2de3ff

View File

@ -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;