Changeset 9061 in orxonox.OLD for trunk/src/world_entities/playable.cc
- Timestamp:
- Jul 3, 2006, 6:39:10 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/playable.cc
r9008 r9061 63 63 this->score = 0; 64 64 this->collider = NULL; 65 this->enterRadius = 10.0f; 65 66 66 67 this->bDead = false; … … 94 95 95 96 LoadParam(root, "abs-dir", this, Playable, setPlayDirection); 97 LoadParam(root, "enter-radius", this, Playable, setEnterRadius) 98 .describe("The Distance one can enter the ship from."); 96 99 } 97 100
Note: See TracChangeset
for help on using the changeset viewer.