Removed obsolete _insaneRunning flag

svn-id: r30107
This commit is contained in:
Max Horn 2007-12-31 16:34:30 +00:00
parent b87b0f21f0
commit be11104d70
3 changed files with 0 additions and 6 deletions

View file

@ -2547,10 +2547,8 @@ void ScummEngine_v7::o6_kernelSetFunctions() {
const int insaneVarNum = ((_game.features & GF_DEMO) && (_game.platform == Common::kPlatformPC))
? 232 : 233;
_insaneRunning = true;
_insane->setSmushParams(_smushFrameRate);
_insane->runScene(insaneVarNum);
_insaneRunning = false;
}
}
break;