add FLAG_ID_MAKE macros to all flag function calls
This commit is contained in:
parent
38085a347f
commit
db89eb87be
32 changed files with 158 additions and 145 deletions
|
|
@ -661,7 +661,7 @@ s32 BoardComFarPlayerFind(void) {
|
|||
s32 space;
|
||||
s32 i;
|
||||
|
||||
if (_CheckFlag(0x1000B) != 0) {
|
||||
if (_CheckFlag(FLAG_ID_MAKE(1, 11)) != 0) {
|
||||
return -1;
|
||||
}
|
||||
far_player = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue