diff options
author | camthesaxman <cameronghall@cox.net> | 2017-09-13 00:03:22 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-09-13 00:03:22 -0500 |
commit | 270bd98d41a19c516a4be95f522deb26cc4300a9 (patch) | |
tree | dca3131793bf14acd85d6558f8195b0294870af6 /src/decoration.c | |
parent | 2c87516ca3efa260b96b92ededb24d75edfe49e8 (diff) |
more labeling
Diffstat (limited to 'src/decoration.c')
-rw-r--r-- | src/decoration.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoration.c b/src/decoration.c index 1b23bb306..1d48692c1 100644 --- a/src/decoration.c +++ b/src/decoration.c @@ -2322,7 +2322,7 @@ void sub_80FF474(void) { if (FlagGet(i + 0xae) == 1) { - FlagReset(i + 0xae); + FlagClear(i + 0xae); for (j=0; j<gMapHeader.events->mapObjectCount; j++) { if (gMapHeader.events->mapObjects[j].flagId == i + 0xae) |