aboutsummaryrefslogtreecommitdiff
path: root/engines/wage
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage')
-rw-r--r--engines/wage/menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/menu.cpp b/engines/wage/menu.cpp
index 2b25820673..a0d5dcd46b 100644
--- a/engines/wage/menu.cpp
+++ b/engines/wage/menu.cpp
@@ -201,7 +201,7 @@ void Menu::regenCommandsMenu() {
_commands->subitems.clear();
- createWeaponsMenu(_commands);
+ createCommandsMenu(_commands);
calcMenuBounds(_commands);
}