diff GUIWindow.h @ 165:572d821561f3

MenuID
author Ritor1
date Thu, 14 Feb 2013 14:48:43 +0600
parents f4ebd13c2a8e
children 90521fb9766c
line wrap: on
line diff
--- a/GUIWindow.h	Thu Feb 14 09:27:19 2013 +0600
+++ b/GUIWindow.h	Thu Feb 14 14:48:43 2013 +0600
@@ -15,10 +15,11 @@
   MENU_FINISHED = 0x4,
   MENU_5 = 0x5,
   MENU_CREATEPARTY = 0x6,
-  MENU_7 = 0x7,
-  MENU_Credits = 0x8,
-  MENU_LOAD = 0x9,
+  MENU_NAMEPANELESC = 0x7,
+  MENU_CREDITSPROC = 0x8,
+  MENU_LOADINGPROC = 0x9,
   MENU_10 = 0xA,
+  MENU_CREDITSCLOSE = 0xB,
 };
 
 
@@ -38,7 +39,7 @@
   WINDOW_CharacterRecord = 0x4,
   WINDOW_Options = 0x6,
   WINDOW_Book = 0x9,
-  WINDOW_A = 0xA,
+  WINDOW_Dialogue = 0xA,
   WINDOW_QuickReference = 0xC,
   WINDOW_Rest = 0x10,
   WINDOW_ChangeLocation = 0x11,