Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10449 in orxonox.OLD for trunk/src/world_entities/world_entity.cc


Ignore:
Timestamp:
Jan 28, 2007, 5:46:16 PM (18 years ago)
Author:
patrick
Message:

drawing track is now loadable, merge from branche playability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/world_entity.cc

    r10391 r10449  
    9494  // Track of this entity
    9595  this->entityTrack = NULL;
     96  this->bDrawTrack = false;
    9697
    9798  // registering default reactions:
     
    168169  LoadParam(root, "list", this, WorldEntity, toListS);
    169170
     171  LoadParam(root, "drawTrack", this, WorldEntity, drawDebugTrack)
     172      .describe("draws the track for debugging purposes");
    170173
    171174  // Track
Note: See TracChangeset for help on using the changeset viewer.