mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Fix stub a bit. Might garble rest of script otherwise.
svn-id: r15806
This commit is contained in:
+1
-1
@@ -787,7 +787,7 @@ int Script::SThreadRun(SCRIPT_THREAD *thread, int instr_limit) {
|
||||
SDataWord_T param3 = 0;
|
||||
param1 = scriptS.readByte();
|
||||
param2 = scriptS.readByte();
|
||||
if (param2 > 0) {
|
||||
if (param2 & 1) {
|
||||
param3 = scriptS.readUint16LE();
|
||||
}
|
||||
debug(2, "DLGO | %02X %02X %04X", param1, param2, param3);
|
||||
|
||||
Reference in New Issue
Block a user