diff options
author | Eugene Sandulenko | 2016-02-02 20:21:06 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-02-14 17:12:57 +0100 |
commit | 9d67bd022a8dbfe0dfa28124785f32031b5c6903 (patch) | |
tree | ed5da546348d4e2a8a8ed526943db7a482324a87 /engines/wage | |
parent | 0a57ac4fc933d6dc3d16e1fe008a80fd429c08ed (diff) | |
download | scummvm-rg350-9d67bd022a8dbfe0dfa28124785f32031b5c6903.tar.gz scummvm-rg350-9d67bd022a8dbfe0dfa28124785f32031b5c6903.tar.bz2 scummvm-rg350-9d67bd022a8dbfe0dfa28124785f32031b5c6903.zip |
WAGE: Fix regression with commands menu
Diffstat (limited to 'engines/wage')
-rw-r--r-- | engines/wage/menu.cpp | 2 |
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); } |