svn-id: r49521
This commit is contained in:
Filippos Karapetis 2010-06-08 21:21:19 +00:00
parent 6474eaa1b2
commit eafc63e572
3 changed files with 16 additions and 21 deletions

View file

@ -856,9 +856,6 @@ void gamestate_restore(EngineState *s, Common::SeekableReadStream *fh) {
s->_sound.sfx_exit();
#endif
// Set exec stack base to zero
s->execution_stack_base = 0;
// Now copy all current state information
#ifdef USE_OLD_MUSIC_FUNCTIONS