mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-16 23:19:49 +00:00
Remove very old Indy3 hack that's no longer needed - this fixes several 'state' bugs in the game.
svn-id: r5424
This commit is contained in:
parent
55bf100f52
commit
abf8b9e571
@ -848,9 +848,6 @@ void Scumm::o5_setClass()
|
||||
continue;
|
||||
}
|
||||
|
||||
if (_gameId == GID_INDY3_256)
|
||||
newClass--;
|
||||
|
||||
putClass(obj, newClass, (newClass & 0x80) ? true : false);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user