aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_stacks
diff options
context:
space:
mode:
authorBastien Bouclet2018-06-18 09:36:40 +0200
committerBastien Bouclet2018-06-29 13:31:54 +0200
commit86e0089cc6233964ca8ac858f627e0572078b199 (patch)
tree69c1eb14f55a233912a821f7ed7f098ec4dc322e /engines/mohawk/riven_stacks
parent23c889db4473815686cf5410662a0e32ae68abeb (diff)
downloadscummvm-rg350-86e0089cc6233964ca8ac858f627e0572078b199.tar.gz
scummvm-rg350-86e0089cc6233964ca8ac858f627e0572078b199.tar.bz2
scummvm-rg350-86e0089cc6233964ca8ac858f627e0572078b199.zip
MOHAWK: RIVEN: Patch in the load menu for the game versions missing it
Diffstat (limited to 'engines/mohawk/riven_stacks')
-rw-r--r--engines/mohawk/riven_stacks/aspit.cpp1
-rw-r--r--engines/mohawk/riven_stacks/aspit.h3
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/riven_stacks/aspit.cpp b/engines/mohawk/riven_stacks/aspit.cpp
index c4ae09684c..de5747cbc2 100644
--- a/engines/mohawk/riven_stacks/aspit.cpp
+++ b/engines/mohawk/riven_stacks/aspit.cpp
@@ -66,7 +66,6 @@ ASpit::ASpit(MohawkEngine_Riven *vm) :
REGISTER_COMMAND(ASpit, xaexittomain);
REGISTER_COMMAND(ASpit, xaSaveGame);
- registerName(kExternalCommandNames, kExternalSaveGame, "xaSaveGame");
}
struct MenuItemText {
diff --git a/engines/mohawk/riven_stacks/aspit.h b/engines/mohawk/riven_stacks/aspit.h
index 75b9fd3e64..ba6f3c31f2 100644
--- a/engines/mohawk/riven_stacks/aspit.h
+++ b/engines/mohawk/riven_stacks/aspit.h
@@ -36,7 +36,8 @@ public:
ASpit(MohawkEngine_Riven *vm);
enum PatchedExternalCommandNameId {
- kExternalSaveGame = 20
+ kExternalSaveGame = 20,
+ kExternalRestoreGame = 21
};
// External commands - Main Menu