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
1 changed files with 0 additions and 3 deletions
|
@ -848,9 +848,6 @@ void Scumm::o5_setClass()
|
|||
continue;
|
||||
}
|
||||
|
||||
if (_gameId == GID_INDY3_256)
|
||||
newClass--;
|
||||
|
||||
putClass(obj, newClass, (newClass & 0x80) ? true : false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue