Skip to content

Commit

Permalink
Tassilo feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Nov 3, 2024
1 parent 0def389 commit 82bec27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void Action_prepare(Trigger *self, Event *event) {
} else {
sched->register_for_cleanup(sched, self);
for (size_t i = 0; i < act->effects.size; i++) {
validaten(sched->reaction_queue.insert(&sched->reaction_queue, act->effects.reactions[i]));
validate(sched->reaction_queue.insert(&sched->reaction_queue, act->effects.reactions[i]) == LF_OK);
}
}

Expand Down

0 comments on commit 82bec27

Please sign in to comment.