Skip to content

Commit d9ac1f9

Browse files
committed
fixup! [GEN][ZH] Remove obsolete conditions for RTS_INTERNAL (#1231)
1 parent ae6d64e commit d9ac1f9

File tree

2 files changed

+2
-2
lines changed
  • GeneralsMD/Code/GameEngineDevice/Source/W3DDevice/GameClient
  • Generals/Code/GameEngineDevice/Source/W3DDevice/GameClient

2 files changed

+2
-2
lines changed

Generals/Code/GameEngineDevice/Source/W3DDevice/GameClient/W3DView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ void W3DView::draw( void )
15911591
drawable = drawable->getNextDrawable();
15921592
}
15931593
}
1594-
#endif // DEBUG or INTERNAL
1594+
#endif // RTS_DEBUG
15951595

15961596
Region3D axisAlignedRegion;
15971597
getAxisAlignedViewRegion(axisAlignedRegion);

GeneralsMD/Code/GameEngineDevice/Source/W3DDevice/GameClient/W3DView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1754,7 +1754,7 @@ void W3DView::draw( void )
17541754
drawable = drawable->getNextDrawable();
17551755
}
17561756
}
1757-
#endif // DEBUG or INTERNAL
1757+
#endif // RTS_DEBUG
17581758

17591759
Region3D axisAlignedRegion;
17601760
getAxisAlignedViewRegion(axisAlignedRegion);

0 commit comments

Comments
 (0)