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:
parent
71bea97de7
commit
ff6731e00a
6 changed files with 38 additions and 30 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue