Skip to content

Commit

Permalink
Merge pull request scp-fs2open#6209 from Goober5000/parse_names_clear
Browse files Browse the repository at this point in the history
clear Parse_names on mission init
  • Loading branch information
Goober5000 authored Jun 25, 2024
2 parents 31452e3 + 3bce3fd commit 2314294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/mission/missionparse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6754,6 +6754,7 @@ void mission_init(mission *pm)
mission_parse_reset_callsign();
ai_lua_reset_general_orders();

Parse_names.clear();
Num_path_restrictions = 0;
Num_ai_dock_names = 0;
ai_clear_goal_target_names();
Expand Down

0 comments on commit 2314294

Please sign in to comment.