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