mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 03:18:17 +00:00
scaling bug fix
svn-id: r6349
This commit is contained in:
parent
9270a0558b
commit
02ff516590
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user