Skip to content

Commit

Permalink
Fix tmp_hostile not being reset (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbatalov authored Jan 6, 2024
1 parent db98699 commit 346154d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ end
procedure critter_p_proc begin
variable LVar0 := 0;
if (tmp_hostile) then begin
tmp_hostile := 1;
tmp_hostile := 0;
attack(dude_obj);
end
else begin
Expand Down

0 comments on commit 346154d

Please sign in to comment.