Skip to content

Commit a50c57e

Browse files
committed
Fix processing Tgt_List
Closes #44 Closes #49
1 parent 1fee8f4 commit a50c57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/target.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,7 @@ void sub_4F40B0(S603CB8* a1)
13911391
}
13921392
}
13931393

1394-
if ((v2->aoe_flags & Tgt_No_ST_Critter_Dead) != 0 && a1->field_54 != NULL) {
1394+
if ((v2->aoe_flags & Tgt_List) != 0 && a1->field_54 != NULL) {
13951395
mt_obj_node = *a1->field_54;
13961396
if (mt_obj_node != NULL) {
13971397
while (mt_obj_node != NULL) {

0 commit comments

Comments
 (0)