Fixed a bit the gui for FT and DIG. It still doesn't display a thing but it's not crashing anymore

svn-id: r3828
This commit is contained in:
Vincent Hamm 2002-03-25 12:26:37 +00:00
parent 8a3adc01ee
commit 5ca87c1269
5 changed files with 15 additions and 2 deletions

View file

@ -790,7 +790,11 @@ void Scumm::processKbd() {
if (_lastKeyHit==_vars[VAR_CUTSCENEEXIT_KEY]) {
exitCutscene();
} else if (_lastKeyHit==_vars[VAR_SAVELOADDIALOG_KEY]) {
if ( _features & GF_AFTER_V7)
runScript(_vars[VAR_UNK_SCRIPT],0,0,0);
((Gui*)_gui)->saveLoadDialog();
if ( _features & GF_AFTER_V7)
runScript(_vars[VAR_UNK_SCRIPT_2],0,0,0);
} else if (_lastKeyHit==_vars[VAR_TALKSTOP_KEY]) {
_talkDelay = 0;
if (_sfxMode==2)