diff options
Diffstat (limited to 'engines/mortevielle/menu.h')
-rw-r--r-- | engines/mortevielle/menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mortevielle/menu.h b/engines/mortevielle/menu.h index 67fc8bbf64..f6e3ea5a9c 100644 --- a/engines/mortevielle/menu.h +++ b/engines/mortevielle/menu.h @@ -60,7 +60,7 @@ public: }; enum { - MENU_INVENTORY = 1, MENU_MOVE = 2, MENU_ACTION = 3, MENU_SUB_ACTION = 4, + MENU_INVENTORY = 1, MENU_MOVE = 2, MENU_ACTION = 3, MENU_SELF = 4, MENU_DISCUSS = 5, MENU_FILE = 6, MENU_SAVE = 7, MENU_LOAD = 8 }; |