Changeset 10581 in orxonox.OLD for branches/cleanup/src/world_entities/world_entity.cc
- Timestamp:
- Feb 8, 2007, 12:20:20 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/world_entity.cc
r10546 r10581 185 185 { 186 186 // The problem we have is most likely here. The track should be constructed WITH the XML-Code 187 this->entityTrack = new Track(root);187 /* this->entityTrack = new Track(root); 188 188 this->setParent(this->entityTrack->getTrackNode()); 189 this->entityTrack->getTrackNode()->setParentMode(PNODE_ALL); 189 this->entityTrack->getTrackNode()->setParentMode(PNODE_ALL);*/ 190 190 /*LOAD_PARAM_START_CYCLE(root, element); 191 191 { … … 200 200 void WorldEntity::pauseTrack(bool stop) 201 201 { 202 if(this->entityTrack)203 this->entityTrack->pauseTrack(stop); 202 /* if(this->entityTrack) 203 this->entityTrack->pauseTrack(stop);*/ 204 204 } 205 205
Note: See TracChangeset
for help on using the changeset viewer.