replaced all use of scale items with scale slots. This allowed me to get rid of two big FIXME's, and might fix other scaling bugs in FT/DIG
svn-id: r10140
This commit is contained in:
parent
163ecdc054
commit
07e8084eee
7 changed files with 83 additions and 133 deletions
|
@ -1867,7 +1867,7 @@ void Scumm_v5::o5_roomOps() {
|
|||
d = getVarOrDirectByte(0x40);
|
||||
_opcode = fetchScriptByte();
|
||||
e = getVarOrDirectByte(0x40);
|
||||
setScaleItem(e - 1, b, a, d, c);
|
||||
setScaleSlot(e - 1, 0, b, a, 0, d, c);
|
||||
break;
|
||||
case 8: /* room scale? */
|
||||
if (_features & GF_SMALL_HEADER) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue