Mercurial > mm7
comparison 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 |
comparison
equal
deleted
inserted
replaced
1358:61010a655c94 | 1359:60cdc3eac407 |
---|---|
192 inline bool GetRedAlert() {return (uFlags & PARTY_FLAGS_1_ALERT_RED) != 0;} | 192 inline bool GetRedAlert() {return (uFlags & PARTY_FLAGS_1_ALERT_RED) != 0;} |
193 inline void SetRedAlert() {uFlags |= PARTY_FLAGS_1_ALERT_RED;} | 193 inline void SetRedAlert() {uFlags |= PARTY_FLAGS_1_ALERT_RED;} |
194 inline bool GetYellowAlert() {return (uFlags & PARTY_FLAGS_1_ALERT_YELLOW) != 0;} | 194 inline bool GetYellowAlert() {return (uFlags & PARTY_FLAGS_1_ALERT_YELLOW) != 0;} |
195 inline void SetYellowAlert() {uFlags |= PARTY_FLAGS_1_ALERT_YELLOW;} | 195 inline void SetYellowAlert() {uFlags |= PARTY_FLAGS_1_ALERT_YELLOW;} |
196 | 196 |
197 bool IsPartyEvil(); | |
198 bool IsPartyGood(); | |
197 | 199 |
198 int field_0; | 200 int field_0; |
199 unsigned int uPartyHeight; | 201 unsigned int uPartyHeight; |
200 unsigned int uDefaultPartyHeight; | 202 unsigned int uDefaultPartyHeight; |
201 int sEyelevel; | 203 int sEyelevel; |