[ scummvm-Patches-2970485 ] MM: V0 Descumm
SourceForge.net
noreply at sourceforge.net
Mon Mar 15 05:41:09 CET 2010
Patches item #2970485, was opened at 2010-03-15 15:41
Message generated for change (Tracker Item Submitted) made by segra
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=2970485&group_id=37116
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: rob (segra)
Assigned to: Nobody/Anonymous (nobody)
Summary: MM: V0 Descumm
Initial Comment:
opcode 'o_setActorBitVar '
was outputting
setActorBitVar(95,Var[64],1)
instead of
setActorBitVar(Var[95],64,1);
this was because the wrong byte/var selector was being used (0x80 is arg1, 0x40 is arg2, 0x20 is arg3), argument 2 was being used with 0x80, causing descumm to identify the value as a variable (as arg1 is a variable)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=2970485&group_id=37116
More information about the Scummvm-tracker
mailing list