aboutsummaryrefslogtreecommitdiff
path: root/sword2/icons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/icons.cpp')
-rw-r--r--sword2/icons.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/icons.cpp b/sword2/icons.cpp
index 4be1a460af..f0b8a23e10 100644
--- a/sword2/icons.cpp
+++ b/sword2/icons.cpp
@@ -63,14 +63,14 @@ int32 FN_refresh_inventory(int32 *params) {
// so that the icon in 'object_held' is coloured while the rest are
// grey
examining_menu_icon = 1;
- Build_top_menu();
+ Build_menu();
examining_menu_icon = 0;
// script continue
return IR_CONT;
}
-void Build_top_menu(void) {
+void Build_menu(void) {
// create and start the inventory menu - NOW AT THE BOTTOM OF THE
// SCREEN!