Changeset 10449 in orxonox.OLD for trunk/src/world_entities/world_entity.cc
- Timestamp:
- Jan 28, 2007, 5:46:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/world_entity.cc
r10391 r10449 94 94 // Track of this entity 95 95 this->entityTrack = NULL; 96 this->bDrawTrack = false; 96 97 97 98 // registering default reactions: … … 168 169 LoadParam(root, "list", this, WorldEntity, toListS); 169 170 171 LoadParam(root, "drawTrack", this, WorldEntity, drawDebugTrack) 172 .describe("draws the track for debugging purposes"); 170 173 171 174 // Track
Note: See TracChangeset
for help on using the changeset viewer.