Skip to content

Commit c43e0ae

Browse files
committed
more cleanup
1 parent b52d6e9 commit c43e0ae

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Generals/Code/GameEngine/Source/GameLogic/Object/Update/AIUpdate/DeliverPayloadAIUpdate.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ DeliverPayloadAIUpdate::DeliverPayloadAIUpdate( Thing *thing, const ModuleData*
124124
DeliverPayloadAIUpdate::~DeliverPayloadAIUpdate( void )
125125
{
126126
m_deliveryDecal.clear();
127-
128127
deleteInstance(m_deliverPayloadStateMachine);
129128
}
130129

GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Update/AIUpdate/DeliverPayloadAIUpdate.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ DeliverPayloadAIUpdate::DeliverPayloadAIUpdate( Thing *thing, const ModuleData*
116116
m_visibleItemsDelivered = 0;
117117
m_deliveryDecal.clear();
118118
m_previousDistanceSqr = 0;
119-
120119
m_freeToExit = FALSE;
121120
m_acceptingCommands = TRUE;
122121
m_diveState = DIVESTATE_PREDIVE;
@@ -126,7 +125,6 @@ DeliverPayloadAIUpdate::DeliverPayloadAIUpdate( Thing *thing, const ModuleData*
126125
DeliverPayloadAIUpdate::~DeliverPayloadAIUpdate( void )
127126
{
128127
m_deliveryDecal.clear();
129-
130128
deleteInstance(m_deliverPayloadStateMachine);
131129
}
132130

0 commit comments

Comments
 (0)