File tree 2 files changed +4
-0
lines changed
Generals/Code/GameEngine/Source/GameLogic/Object/Update
GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Update
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,8 @@ ProductionUpdate::~ProductionUpdate( void )
217
217
218
218
production = m_productionQueue;
219
219
removeFromProductionQueue ( production );
220
+ // TheSuperHackers @fix Mauller 13/04/2025 Delete instance of production item.
221
+ production->deleteInstance ();
220
222
221
223
} // end while
222
224
Original file line number Diff line number Diff line change @@ -218,6 +218,8 @@ ProductionUpdate::~ProductionUpdate( void )
218
218
219
219
production = m_productionQueue;
220
220
removeFromProductionQueue ( production );
221
+ // TheSuperHackers @fix Mauller 13/04/2025 Delete instance of production item.
222
+ production->deleteInstance ();
221
223
222
224
} // end while
223
225
You can’t perform that action at this time.
0 commit comments