diff options
Diffstat (limited to 'engines/saga')
-rw-r--r-- | engines/saga/sfuncs.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/engines/saga/sfuncs.cpp b/engines/saga/sfuncs.cpp index 4954188a6e..4b30d0b406 100644 --- a/engines/saga/sfuncs.cpp +++ b/engines/saga/sfuncs.cpp @@ -565,13 +565,7 @@ void Script::sfScriptGotoScene(SCRIPTFUNC_PARAMS) { // Since it doesn't look like the IHNM scripts remove the // cutaway after the intro, this is probably the best place to // to it. - Event event; - event.type = kEvTImmediate; - event.code = kCutawayEvent; - event.op = kEventClear; - event.time = 0; - event.duration = 0; - _vm->_events->queue(&event); + _vm->_anim->clearCutaway(); } // It is possible to leave scene when converse panel is on, |