Mercurial > mm7
diff mm7_5.cpp @ 467:5d2667144526
m
author | Ritor1 |
---|---|
date | Mon, 25 Feb 2013 11:09:55 +0600 |
parents | e5cf03a3d98e |
children | 4bd56919f075 |
line wrap: on
line diff
--- a/mm7_5.cpp Mon Feb 25 09:09:08 2013 +0600 +++ b/mm7_5.cpp Mon Feb 25 11:09:55 2013 +0600 @@ -393,11 +393,11 @@ case UIMSG_51: sub_4BDB56_buy_skill____(); continue; - case UIMSG_AF://Click topic - ClickNPCTopic(uMessageParam);//CheckNPCTopic - continue; - case UIMSG_195: - sub_4BCACC_bounties(uMessageParam); + case UIMSG_ClickNPCTopic: + ClickNPCTopic(uMessageParam); + continue; + case UIMSG_ClickLearnSkillDialog: + DrawLearnSkillDialog(uMessageParam); continue; case UIMSG_SelectDialogueOption: OnSelectDialogueOption((DIALOGUE_TYPE)uMessageParam);