diff options
Diffstat (limited to 'src/field_door.c')
-rw-r--r-- | src/field_door.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_door.c b/src/field_door.c index a1fe5bb97..c197aca14 100644 --- a/src/field_door.c +++ b/src/field_door.c @@ -695,7 +695,7 @@ static void DrawClosedDoorTiles(const struct DoorGraphics *gfx, u32 x, u32 y) static void DrawDoor(const struct DoorGraphics *gfx, const struct DoorAnimFrame *frame, u32 x, u32 y) { - if (frame->offset == INVALID_U16) + if (frame->offset == 0xFFFF) { DrawClosedDoorTiles(gfx, x, y); if (sub_808A964()) |