Removed 'smushMode' param from processInput and processKeyboard in favor of a new member _smushActive of ScummEngine_v7

svn-id: r24175
This commit is contained in:
Max Horn 2006-10-07 17:42:32 +00:00
parent 71bea97de7
commit ff6731e00a
6 changed files with 38 additions and 30 deletions

View file

@ -777,6 +777,7 @@ ScummEngine_v7::ScummEngine_v7(OSystem *syst, const DetectorResult &dr)
_smushFrameRate = 0;
_smushVideoShouldFinish = false;
_smushPaused = false;
_smushActive = false;
_insaneRunning = false;
_smixer = NULL;
@ -1636,7 +1637,7 @@ int ScummEngine::scummLoop(int delta) {
if (_game.version <= 3)
CHARSET_1();
processInput(false);
processInput();
scummLoop_updateScummVars();