diff options
author | maximius <none@none> | 2009-12-18 13:41:30 -0800 |
---|---|---|
committer | maximius <none@none> | 2009-12-18 13:41:30 -0800 |
commit | dc1207139ac3a6bccd918ddb5d291df98ac1cf33 (patch) | |
tree | fc13f86b6c09f449ccc319c3d321f1e87dafa8d6 /src/game/CombatAI.cpp | |
parent | 89464472a97fcba60e4ad7682a44f8106cc64ecd (diff) |
*Cleanup, proper indentation, and remove some wrong/irrelevant comments copied from custom patches..
--HG--
branch : trunk
Diffstat (limited to 'src/game/CombatAI.cpp')
-rw-r--r-- | src/game/CombatAI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/CombatAI.cpp b/src/game/CombatAI.cpp index 8be14d32787..7837d3b3c43 100644 --- a/src/game/CombatAI.cpp +++ b/src/game/CombatAI.cpp @@ -272,7 +272,7 @@ bool AOEAI::CanAIAttack(const Unit *who) const void AOEAI::AttackStart(Unit *who) { - + } void AOEAI::UpdateAI(const uint32 diff) |