- Timestamp:
- Nov 29, 2008, 12:45:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/orxonox/objects/worldentities/pawns/SpaceShip.cc
r2292 r2298 60 60 61 61 this->setDestroyWhenPlayerLeft(true); 62 63 // create a phyisical body64 OrxAssert(this->physicalBody_ == 0, " Check why there is already a physical body in the space ship.");65 this->createPhysicalBody();66 62 67 63 this->setConfigValues();
Note: See TracChangeset
for help on using the changeset viewer.