diff options
author | megamage <none@none> | 2008-12-26 16:02:52 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-26 16:02:52 -0600 |
commit | f815cf09f8a202317adc01b8c170c7f9f9159ece (patch) | |
tree | 0c37be487e2dbfc09f1a5db7eba29df0b9ffdb31 /src/game/WaypointMovementGenerator.h | |
parent | 5818075b2872b81f01251e229e462314f2ddd805 (diff) | |
parent | 032de9a49108b2df6ee01c92c7de2557e4eb6136 (diff) |
*Revert VC90 sln.
--HG--
branch : trunk
Diffstat (limited to 'src/game/WaypointMovementGenerator.h')
-rw-r--r-- | src/game/WaypointMovementGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/WaypointMovementGenerator.h b/src/game/WaypointMovementGenerator.h index 5e01984d42c..99d111063de 100644 --- a/src/game/WaypointMovementGenerator.h +++ b/src/game/WaypointMovementGenerator.h @@ -81,7 +81,7 @@ class TRINITY_DLL_SPEC WaypointMovementGenerator private: WaypointData node; - uint32 i_currentNode, path_id; + uint32 path_id; TimeTrackerSmall i_nextMoveTime; WaypointPath *waypoints; bool repeating, StopedByPlayer; |