aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/savescn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/savescn.cpp')
-rw-r--r--engines/tinsel/savescn.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/tinsel/savescn.cpp b/engines/tinsel/savescn.cpp
index 418868aa74..93b81051f5 100644
--- a/engines/tinsel/savescn.cpp
+++ b/engines/tinsel/savescn.cpp
@@ -404,11 +404,11 @@ static int DoRestoreSceneFrame(SAVED_DATA *sd, int n) {
* Restore game
* @param num num
*/
-void RestoreGame(int num) {
+void RestoreGame(int num, bool fromGMM) {
KillInventory();
- RequestRestoreGame(num, &sgData, &savedSceneCount, ssData);
-
+ RequestRestoreGame(num, &sgData, &savedSceneCount, ssData, fromGMM);
+
// Actual restoring is performed by ProcessSRQueue
}