Changeset 6281 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Dec 25, 2005, 4:07:53 PM (19 years ago)
- Location:
- trunk/src/world_entities/space_ships
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/helicopter.cc
r6222 r6281 404 404 void Helicopter::draw() const 405 405 { 406 this->drawLODsafe();406 WorldEntity::draw(); 407 407 408 408 this->getWeaponManager()->draw(); -
trunk/src/world_entities/space_ships/space_ship.cc
r6243 r6281 115 115 PRINTF(4)("SPACESHIP INIT\n"); 116 116 117 EventHandler::getInstance()->grabEvents(true);117 //EventHandler::getInstance()->grabEvents(true); 118 118 119 119 bUp = bDown = bLeft = bRight = bAscend = bDescend = bRollL = bRollR = false; … … 264 264 void SpaceShip::draw () const 265 265 { 266 this->drawLODsafe(); 267 266 WorldEntity::draw(); 268 267 this->getWeaponManager()->draw(); 269 268
Note: See TracChangeset
for help on using the changeset viewer.