Mercurial > mm7
comparison mm7_5.cpp @ 110:aa9b34eb3da4
NPC(Margaret) fix
author | Ritor1 |
---|---|
date | Sat, 09 Feb 2013 17:39:50 +0600 |
parents | 01ab35c85832 |
children | bf7ea4c330b3 |
comparison
equal
deleted
inserted
replaced
109:01ab35c85832 | 110:aa9b34eb3da4 |
---|---|
1775 back_to_game(); | 1775 back_to_game(); |
1776 continue; | 1776 continue; |
1777 } | 1777 } |
1778 sub_41426F(); | 1778 sub_41426F(); |
1779 continue; | 1779 continue; |
1780 case UIMSG_BC: | 1780 case UIMSG_BC://Right and Left button for NPCPanel |
1781 if ( uMessageParam ) | 1781 if ( uMessageParam ) |
1782 { | 1782 { |
1783 GUIWindow::Create(0x272u, 0xB3u, 0, 0, (enum WindowType)90, (int)pBtn_NPCRight, 0); | 1783 GUIWindow::Create(0x272u, 0xB3u, 0, 0, (enum WindowType)90, (int)pBtn_NPCRight, 0); |
1784 v37 = (pParty->pHirelings[0].pName != 0) + (pParty->pHirelings[1].pName != 0) + (unsigned __int8)pParty->field_70A - 2; | 1784 v37 = (pParty->pHirelings[0].pName != 0) + (pParty->pHirelings[1].pName != 0) + (unsigned __int8)pParty->field_70A - 2; |
1785 if ( (unsigned __int8)pParty->field_709 < v37 ) | 1785 if ( (unsigned __int8)pParty->field_709 < v37 ) |