mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Refixed getActorY in indy3. Fixed class (dunno if the fix doesn't break something else. Fixed intro by slowing down music rate by 3.
svn-id: r4018
This commit is contained in:
+1
-1
@@ -272,7 +272,7 @@ void Scumm::executeScript()
|
||||
_opcode = fetchScriptByte();
|
||||
_scriptPointerStart = _scriptPointer;
|
||||
vm.slot[_currentScript].didexec = 1;
|
||||
debug(1, "Script %d: [%X] %s()", vm.slot[_currentScript].number, _opcode, _opcodes_lookup[_opcode]);
|
||||
//debug(1, "Script %d: [%X] %s()", vm.slot[_currentScript].number, _opcode, _opcodes_lookup[_opcode]);
|
||||
op = getOpcode(_opcode);
|
||||
(this->*op) ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user