mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 12:44:02 +00:00
Implemented the cutscene exit key during smush playback
svn-id: r3671
This commit is contained in:
parent
b499fa2616
commit
5b2e56509d
@ -563,6 +563,11 @@ void SmushPlayer::startVideo(short int arg, byte* videoFile)
|
||||
|
||||
updateScreen(sm);
|
||||
|
||||
waitForTimer(sm,20);
|
||||
|
||||
if(sm->_keyPressed == sm->_vars[sm->VAR_CUTSCENEEXIT_KEY])
|
||||
return;
|
||||
|
||||
} while (1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user