diff options
Diffstat (limited to 'sky/logic.cpp')
| -rw-r--r-- | sky/logic.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sky/logic.cpp b/sky/logic.cpp index 29dfb264f9..24eb2d6a91 100644 --- a/sky/logic.cpp +++ b/sky/logic.cpp @@ -2185,7 +2185,9 @@ bool SkyLogic::fnEnterSection(uint32 sectionNo, uint32 b, uint32 c) { } bool SkyLogic::fnRestoreGame(uint32 a, uint32 b, uint32 c) { - error("Stub: fnRestoreGame"); + + _skyControl->doLoadSavePanel(); + return false; } bool SkyLogic::fnRestartGame(uint32 a, uint32 b, uint32 c) { |
