diff options
Diffstat (limited to 'engines/mads/dialogs.h')
-rw-r--r-- | engines/mads/dialogs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/dialogs.h b/engines/mads/dialogs.h index aad29f6551..c2d5bba8ed 100644 --- a/engines/mads/dialogs.h +++ b/engines/mads/dialogs.h @@ -201,7 +201,8 @@ public: enum DialogId { DIALOG_NONE = 0, DIALOG_GAME_MENU = 1, DIALOG_SAVE = 2, DIALOG_RESTORE = 3, - DIALOG_OPTIONS = 4, DIALOG_DIFFICULTY = 5, DIALOG_ERROR = 6 + DIALOG_OPTIONS = 4, DIALOG_DIFFICULTY = 5, DIALOG_ERROR = 6, + DIALOG_MAIN_MENU = 7 }; class Dialogs { |