Implemented gui during insane
svn-id: r3829
This commit is contained in:
parent
5ca87c1269
commit
c13853de28
4 changed files with 17 additions and 5 deletions
|
@ -788,7 +788,10 @@ void Scumm::processKbd() {
|
|||
}
|
||||
|
||||
if (_lastKeyHit==_vars[VAR_CUTSCENEEXIT_KEY]) {
|
||||
exitCutscene();
|
||||
if (_insaneState) {
|
||||
videoFinished=1;
|
||||
} else
|
||||
exitCutscene();
|
||||
} else if (_lastKeyHit==_vars[VAR_SAVELOADDIALOG_KEY]) {
|
||||
if ( _features & GF_AFTER_V7)
|
||||
runScript(_vars[VAR_UNK_SCRIPT],0,0,0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue