Skip to content

Commit

Permalink
WAGE: Fix regression with commands menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Feb 14, 2016
1 parent 0a57ac4 commit 9d67bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/wage/menu.cpp
Expand Up @@ -201,7 +201,7 @@ void Menu::regenCommandsMenu() {

_commands->subitems.clear();

createWeaponsMenu(_commands);
createCommandsMenu(_commands);
calcMenuBounds(_commands);
}

Expand Down

0 comments on commit 9d67bd0

Please sign in to comment.