aboutsummaryrefslogtreecommitdiff
path: root/sky/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/logic.cpp')
-rw-r--r--sky/logic.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/sky/logic.cpp b/sky/logic.cpp
index 138207d8f5..398957b8f7 100644
--- a/sky/logic.cpp
+++ b/sky/logic.cpp
@@ -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;
}