Changeset 28 for trunk/src/game/PointMovementGenerator.cpp
- Timestamp:
- 11/19/08 13:24:39 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/PointMovementGenerator.cpp
r18 r28 42 42 return false; 43 43 44 if(unit.hasUnitState(UNIT_STAT_ROOT | UNIT_STAT_STUN DED))44 if(unit.hasUnitState(UNIT_STAT_ROOT | UNIT_STAT_STUNNED)) 45 45 return true; 46 46