Skip to content

Commit d7544ff

Browse files
committed
remove retail compat flag
1 parent 7dce50a commit d7544ff

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Generals/Code/GameEngine/Source/GameLogic/System/GameLogicDispatch.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,11 +1390,7 @@ void GameLogic::logicMessageDispatcher( GameMessage *msg, void *userData )
13901390
// get the unit production interface
13911391
ProductionUpdateInterface *pu = producer->getProductionUpdateInterface();
13921392
if( pu == NULL )
1393-
#if RETAIL_COMPATIBLE_CRC
1394-
return;
1395-
#else
13961393
break;
1397-
#endif
13981394

13991395
// cancel the production
14001396
pu->cancelUnitCreate( productionID );

GeneralsMD/Code/GameEngine/Source/GameLogic/System/GameLogicDispatch.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,11 +1418,7 @@ void GameLogic::logicMessageDispatcher( GameMessage *msg, void *userData )
14181418
// get the unit production interface
14191419
ProductionUpdateInterface *pu = producer->getProductionUpdateInterface();
14201420
if( pu == NULL )
1421-
#if RETAIL_COMPATIBLE_CRC
1422-
return;
1423-
#else
14241421
break;
1425-
#endif
14261422

14271423
// cancel the production
14281424
pu->cancelUnitCreate( productionID );

0 commit comments

Comments
 (0)