Remove (hopefully) obsolete Indy4 FIXME's
svn-id: r3865
This commit is contained in:
parent
327581fb63
commit
ce4a1eb843
1 changed files with 1 additions and 5 deletions
|
@ -1218,8 +1218,7 @@ void Scumm::o5_getActorRoom() {
|
||||||
int temp;
|
int temp;
|
||||||
getResultPos();
|
getResultPos();
|
||||||
temp=getVarOrDirectByte(0x80);
|
temp=getVarOrDirectByte(0x80);
|
||||||
if(temp>30 && _gameId==GID_INDY4)
|
|
||||||
temp=1;
|
|
||||||
setResult(derefActorSafe(temp,"o5_getActorRoom")->room);
|
setResult(derefActorSafe(temp,"o5_getActorRoom")->room);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1287,9 +1286,6 @@ void Scumm::o5_getDist() {
|
||||||
o2 = getVarOrDirectWord(0x40);
|
o2 = getVarOrDirectWord(0x40);
|
||||||
r = getObjActToObjActDist(o1,o2);
|
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 */
|
/* Fix for monkey 2, dunno what's wrong in scummvm */
|
||||||
if (_gameId==GID_MONKEY2 && vm.slot[_currentScript].number==40 && r<60)
|
if (_gameId==GID_MONKEY2 && vm.slot[_currentScript].number==40 && r<60)
|
||||||
r=60;
|
r=60;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue