Skip to content

Commit

Permalink
SCUMM: Fix crash on exit in FT demo
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Oct 9, 2016
1 parent 107ea87 commit 9bc8360
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions engines/scumm/insane/insane.cpp
Expand Up @@ -66,6 +66,18 @@ Insane::Insane(ScummEngine_v7 *scumm) {
readFileToMem("minefite.flu", &_smush_minefiteFlu);
_smush_bensgoggNut = new NutRenderer(_vm, "bensgogg.nut");
_smush_bencutNut = new NutRenderer(_vm, "bencut.nut");
} else {
_smush_roadrashRip = NULL;
_smush_roadrsh2Rip = NULL;
_smush_roadrsh3Rip = NULL;
_smush_goglpaltRip = NULL;
_smush_tovista1Flu = NULL;
_smush_tovista2Flu = NULL;
_smush_toranchFlu = NULL;
_smush_minedrivFlu = NULL;
_smush_minefiteFlu = NULL;
_smush_bensgoggNut = NULL;
_smush_bencutNut = NULL;
}

_smush_iconsNut = new NutRenderer(_vm, "icons.nut");
Expand Down

0 comments on commit 9bc8360

Please sign in to comment.