diff options
Diffstat (limited to 'engines/scumm/smush/smush_player.cpp')
| -rw-r--r-- | engines/scumm/smush/smush_player.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/smush/smush_player.cpp b/engines/scumm/smush/smush_player.cpp index ba51b472da..8b22e42867 100644 --- a/engines/scumm/smush/smush_player.cpp +++ b/engines/scumm/smush/smush_player.cpp @@ -227,7 +227,7 @@ void SmushPlayer::timerCallback(void *refCon) { ((SmushPlayer *)refCon)->_inTimerCount++; #endif #ifdef __SYMBIAN32__ - if(((SmushPlayer *)refCon)->_closeOnTextTick) { + if (((SmushPlayer *)refCon)->_closeOnTextTick) { delete ((SmushPlayer *)refCon)->_base; ((SmushPlayer *)refCon)->_base = NULL; ((SmushPlayer *)refCon)->_closeOnTextTick = false; @@ -313,7 +313,7 @@ void SmushPlayer::release() { #ifdef __SYMBIAN32__ _closeOnTextTick = true; // Wait for _closeOnTextTick to be set to false to indicate file closure - while(_closeOnTextTick) { + while (_closeOnTextTick) { User::After(15624); } #endif |
