implemented fnRestartGame() and skipping of 2nd intro part

svn-id: r8885
This commit is contained in:
Robert Göffringmann 2003-07-10 00:08:07 +00:00
parent 5f9845b2cb
commit 96f442923c
5 changed files with 2135 additions and 24 deletions

View file

@ -2262,8 +2262,7 @@ bool SkyLogic::fnRestoreGame(uint32 a, uint32 b, uint32 c) {
bool SkyLogic::fnRestartGame(uint32 a, uint32 b, uint32 c) {
error("Stub: fnRestartGame()");
//_skyControl->restartGame();
_skyControl->restartGame();
return false;
}