minor cleanup

svn-id: r26212
This commit is contained in:
Robert Göffringmann 2007-03-18 16:50:39 +00:00
parent c7c79e33db
commit edd4e73787
2 changed files with 1 additions and 5 deletions

View file

@ -1633,7 +1633,7 @@ int Logic::fnQuitGame(Object *cpt, int32 id, int32 a, int32 b, int32 c, int32 d,
SwordEngine::_systemVars.engineQuit = true;
} else
error("fnQuitGame() called");
return SCRIPT_STOP;
return fnQuit(cpt, id, 0, 0, 0, 0, 0, 0);;
}
int Logic::fnDeathScreen(Object *cpt, int32 id, int32 a, int32 b, int32 c, int32 d, int32 z, int32 x) {