Changeset 272 for trunk/src/game/WaypointManager.h
- Timestamp:
- 11/22/08 00:35:41 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/WaypointManager.h
r263 r272 26 26 #include "Utilities/UnorderedMap.h" 27 27 28 #define MAX_WAYPOINT_TEXT 529 28 struct WaypointBehavior 30 29 { 31 30 uint32 emote; 32 31 uint32 spell; 33 int32 textid[MAX_WAYPOINT_TEXT];32 std::string text[5]; 34 33 uint32 model1; 35 34 uint32 model2;