File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
GeneralsMD/Code/GameEngine/Include/Common Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -133,11 +133,9 @@ class AcademyStats : public Snapshot
133133 UnsignedInt getGeneralsPointsSpent () const { return m_generalsPointsSpent; }
134134 UnsignedInt getSpecialPowersUsed () const { return m_specialPowersUsed; }
135135 UnsignedInt getStructuresGarrisoned () const { return m_structuresGarrisoned; }
136- UnsignedInt getDragSelectUnits () const { return m_dragSelectUnits; }
137136 UnsignedInt getUpgradesPurchased () const { return m_upgradesPurchased; }
138137 UnsignedInt getGatherersBuilt () const { return m_gatherersBuilt; }
139138 UnsignedInt getHeroesBuilt () const { return m_heroesBuilt; }
140- UnsignedInt getUnitsEnteredTunnelNetwork () const { return m_unitsEnteredTunnelNetwork; }
141139 UnsignedInt getControlGroupsUsed () const { return m_controlGroupsUsed; }
142140 UnsignedInt getSecondaryIncomeUnitsBuilt () const { return m_secondaryIncomeUnitsBuilt; }
143141 UnsignedInt getClearedGarrisonedBuildings () const { return m_clearedGarrisonedBuildings; }
You can’t perform that action at this time.
0 commit comments