We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f281bb8 commit 2217012Copy full SHA for 2217012
1 file changed
Generals/Code/GameEngine/Include/GameLogic/AISkirmishPlayer.h
@@ -34,7 +34,6 @@
34
class BuildListInfo;
35
class SpecialPowerTemplate;
36
37
-typedef BitFlags<10> UsedShipyardLocationMask;
38
39
/**
40
* The computer-controlled opponent.
@@ -111,7 +110,6 @@ class AISkirmishPlayer : public AIPlayer
111
110
Real m_curLeftFlankRightDefenseAngle;
112
Real m_curRightFlankLeftDefenseAngle;
113
Real m_curRightFlankRightDefenseAngle;
114
- UsedShipyardLocationMask m_usedShipyards;
115
116
UnsignedInt m_frameToCheckEnemy;
117
Player *m_currentEnemy;
0 commit comments