Remove (hopefully) obsolete Indy4 FIXME's

svn-id: r3865
This commit is contained in:
James Brown 2002-04-05 04:14:47 +00:00
parent 327581fb63
commit ce4a1eb843

View File

@ -1218,8 +1218,7 @@ void Scumm::o5_getActorRoom() {
int temp;
getResultPos();
temp=getVarOrDirectByte(0x80);
if(temp>30 && _gameId==GID_INDY4)
temp=1;
setResult(derefActorSafe(temp,"o5_getActorRoom")->room);
}
@ -1287,9 +1286,6 @@ void Scumm::o5_getDist() {
o2 = getVarOrDirectWord(0x40);
r = getObjActToObjActDist(o1,o2);
if ((_gameId==GID_INDY4) && (o2 == 1212)) /* Fix for FOA, another odd bug */
r = 0;
/* Fix for monkey 2, dunno what's wrong in scummvm */
if (_gameId==GID_MONKEY2 && vm.slot[_currentScript].number==40 && r<60)
r=60;