scaling bug fix

svn-id: r6349
This commit is contained in:
Max Horn 2003-01-06 18:46:07 +00:00
parent 9270a0558b
commit 02ff516590

View File

@ -825,7 +825,7 @@ void Scumm::initRoomSubBlocks()
ptr = findResourceData(MKID('SCAL'), roomptr);
if (ptr) {
offs = ptr - roomptr;
if (_features & GF_AFTER_V7) {
if (_features & GF_AFTER_V8) {
for (i = 1; i < _maxScaleTable; i++, offs += 16) {
int a = READ_LE_UINT32(roomptr + offs);
int b = READ_LE_UINT32(roomptr + offs + 4);