some BOMP support,
some fixes svn-id: r3506
This commit is contained in:
parent
38e2a886ce
commit
1c0a7cd2e7
11 changed files with 141 additions and 32 deletions
3
sdl.cpp
3
sdl.cpp
|
@ -75,9 +75,6 @@ void waitForTimer(Scumm *s, int msec_delay) {
|
|||
SDL_Event event;
|
||||
uint32 start_time;
|
||||
|
||||
if (msec_delay<0)
|
||||
return;
|
||||
|
||||
if (s->_fastMode&2)
|
||||
msec_delay = 0;
|
||||
else if (s->_fastMode&1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue