Skip to content

Commit

Permalink
mission.cpp: Additional calls to freeAllFlagPositions()
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Nov 27, 2023
1 parent 07d0e4b commit 8e550f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mission.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ bool missionShutDown()
freeAllDroids();
freeAllStructs();
freeAllFeatures();
freeAllFlagPositions();
releaseAllProxDisp();
gwShutDown();

Expand Down Expand Up @@ -790,6 +791,7 @@ void restoreMissionData()
freeAllDroids();
freeAllStructs();
freeAllFeatures();
freeAllFlagPositions();
gwShutDown();
if (game.type != LEVEL_TYPE::CAMPAIGN)
{
Expand Down

0 comments on commit 8e550f6

Please sign in to comment.