Mercurial > mm7
diff Party.h @ 1359:60cdc3eac407
_449B57_test_bit(pParty->_quest_bits, 99) and _449B57_test_bit(pParty->_quest_bits, 100) changed to Party::IsPartyGood, Party::IsPartyEvil, respectively
author | Grumpy7 |
---|---|
date | Sat, 13 Jul 2013 17:13:45 +0200 |
parents | 0665a061132b |
children | 5930342f092b |
line wrap: on
line diff
--- a/Party.h Sat Jul 13 16:52:00 2013 +0200 +++ b/Party.h Sat Jul 13 17:13:45 2013 +0200 @@ -194,6 +194,8 @@ inline bool GetYellowAlert() {return (uFlags & PARTY_FLAGS_1_ALERT_YELLOW) != 0;} inline void SetYellowAlert() {uFlags |= PARTY_FLAGS_1_ALERT_YELLOW;} + bool IsPartyEvil(); + bool IsPartyGood(); int field_0; unsigned int uPartyHeight;