Skip to content

Commit c58a65e

Browse files
committed
Fix removing background overlays
Closes #61
1 parent 4d65386 commit c58a65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/anim.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7380,7 +7380,7 @@ bool sub_429CD0(AnimRunInfo* run_info)
73807380
}
73817381

73827382
if (back != -1) {
7383-
object_overlay_set(obj, OBJ_F_OVERLAY_FORE, fore, TIG_ART_ID_INVALID);
7383+
object_overlay_set(obj, OBJ_F_OVERLAY_BACK, back, TIG_ART_ID_INVALID);
73847384
}
73857385
} else {
73867386
object_overlay_set(obj, OBJ_F_UNDERLAY, fore, TIG_ART_ID_INVALID);

0 commit comments

Comments
 (0)