Mercurial > mm7
comparison GUIWindow.h @ 783:b27dd658ea77
Taveling by foot fixed.
author | Nomad |
---|---|
date | Sun, 24 Mar 2013 21:14:28 +0200 |
parents | cf2fbac6edc9 |
children | cfc65feef029 |
comparison
equal
deleted
inserted
replaced
778:64cef5a0782a | 783:b27dd658ea77 |
---|---|
201 UIMSG_54 = 0x54, | 201 UIMSG_54 = 0x54, |
202 UIMSG_55 = 0x55, | 202 UIMSG_55 = 0x55, |
203 UIMSG_SelectSpell = 0x56, | 203 UIMSG_SelectSpell = 0x56, |
204 UIMSG_57 = 0x57, | 204 UIMSG_57 = 0x57, |
205 UIMSG_58 = 0x58, | 205 UIMSG_58 = 0x58, |
206 UIMSG_5A = 0x5A, | 206 UIMSG_OnTravelByFoot = 0x5A, |
207 UIMSG_5B = 0x5B, | 207 UIMSG_5B = 0x5B, |
208 UIMSG_ShowStatus_DateTime = 0x5C, | 208 UIMSG_ShowStatus_DateTime = 0x5C, |
209 UIMSG_ShowStatus_ManaHP = 0x5D, | 209 UIMSG_ShowStatus_ManaHP = 0x5D, |
210 UIMSG_ShowStatus_Player = 0x5E, | 210 UIMSG_ShowStatus_Player = 0x5E, |
211 UIMSG_Wait5Minutes = 0x5F, | 211 UIMSG_Wait5Minutes = 0x5F, |
384 { | 384 { |
385 inline GUIMessageQueue(): | 385 inline GUIMessageQueue(): |
386 uNumMessages(0) | 386 uNumMessages(0) |
387 {} | 387 {} |
388 | 388 |
389 void Flush(); | |
389 void PopMessage(UIMessageType *pMsg, int *pParam, int *a4); | 390 void PopMessage(UIMessageType *pMsg, int *pParam, int *a4); |
390 void AddMessageImpl(UIMessageType msg, int param, unsigned int a4, const char *file = nullptr, int line = 0); | 391 void AddMessageImpl(UIMessageType msg, int param, unsigned int a4, const char *file = nullptr, int line = 0); |
391 | 392 |
392 unsigned int uNumMessages; | 393 unsigned int uNumMessages; |
393 GUIMessage pMessages[40]; | 394 GUIMessage pMessages[40]; |