Changeset 98 for trunk/src/game/WaypointMovementGenerator.cpp
- Timestamp:
- 11/19/08 13:35:21 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/WaypointMovementGenerator.cpp
r44 r98 166 166 creature.Say(behavior->text[0].c_str(), 0, 0); 167 167 } 168 169 i_hasDone[idx] = true;170 MovementInform(creature);171 168 } // wpBehaviour found 169 i_hasDone[idx] = true; 170 MovementInform(creature); 172 171 } // HasDone == false 173 172 } // i_creature.IsStopped()