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:
Max Horn 2003-09-09 17:29:22 +00:00
parent 163ecdc054
commit 07e8084eee
7 changed files with 83 additions and 133 deletions

View file

@ -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) {