Mercurial > mm7
diff GUIWindow.h @ 3:bf31c505f4d3
13.01.13(MainMenuMessageProc())
author | Ritor1 |
---|---|
date | Sun, 13 Jan 2013 17:41:47 +0600 |
parents | 89240115d392 |
children | 8e33efd39355 |
line wrap: on
line diff
--- a/GUIWindow.h Sun Jan 13 01:47:51 2013 +0600 +++ b/GUIWindow.h Sun Jan 13 17:41:47 2013 +0600 @@ -111,12 +111,14 @@ { UIMSG_00 = 0x0, UIMSG_ChangeGameState = 0x5, + UIMSG_11 = 0x11, UIMSG_PlayArcomage = 0x1D, UIMSG_MainMenu_ShowPartyCreationWnd = 0x36, UIMSG_MainMenu_ShowLoadWindow = 0x37, UIMSG_ShowCredits = 0x38, UIMSG_ExitToWindows = 0x39, - UIMSG_3C = 0x3C, + UIMSG_3A = 0x3A, + UIMSG_PlayerCreationChangeName = 0x3C, UIMSG_PlayerCreationClickPlus = 0x3E, UIMSG_PlayerCreationClickMinus = 0x3F, UIMSG_PlayerCreationSelectActiveSkill = 0x40, @@ -137,7 +139,7 @@ UIMSG_SelectCharacter = 0x6E, UIMSG_ChangeSoundVolume = 0x6F, UIMSG_ChangeMusicVolume = 0x70, - UIMSG_CloseBook = 0x71, + UIMSG_Escape = 0x71, UIMSG_PlayerCreationSelectQuality = 0x76, UIMSG_SkillUp = 0x79, UIMSG_StartNewGame = 0x7C, @@ -151,7 +153,7 @@ UIMSG_ArrowUp = 0xA2, UIMSG_DownArrow = 0xA3, UIMSG_LoadSlot = 0xA4, - UIMSG_A5 = 0xA5, + UIMSG_SelectLoadSlot = 0xA5, UIMSG_Cancel = 0xA6, UIMSG_A7 = 0xA7, UIMSG_A8 = 0xA8,