whitespace

svn-id: r14600
This commit is contained in:
Max Horn 2004-08-14 07:04:31 +00:00
parent 2ec0c553a6
commit 15e3d8cbe3
3 changed files with 1 additions and 3 deletions

View file

@ -448,7 +448,6 @@ void ScummEngine_v2::writeVar(uint var, int value) {
// script 89, script 164 isn't reran to redraw it. Why? Dunno. Hack? Yes.
if ((var == 175) && (_gameId == GID_MANIAC) && (vm.slot[_currentScript].number == 89))
runScript(164, 0, 0, 0);
}
void ScummEngine_v2::getResultPosIndirect() {

View file

@ -394,7 +394,6 @@ int ScummEngine_v6::popRoomAndObj(int *room) {
obj = pop();
}
return obj;
}