aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/wage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/wage.cpp')
-rw-r--r--engines/wage/wage.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/wage/wage.cpp b/engines/wage/wage.cpp
index f057da23a4..fe10b1aa8b 100644
--- a/engines/wage/wage.cpp
+++ b/engines/wage/wage.cpp
@@ -130,6 +130,8 @@ Common::Error WageEngine::run() {
if (ConfMan.hasKey("save_slot")) {
int saveSlot = ConfMan.getInt("save_slot");
loadGame(saveSlot);
+ _gui->regenCommandsMenu();
+ _gui->regenWeaponsMenu();
}
Common::String input("look");
processTurn(&input, NULL);