Changeset 6696 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Jan 25, 2006, 2:53:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r6695 r6696 130 130 this->getWeaponManager()->changeWeaponConfig(1); 131 131 132 EventHandler::getInstance()->grabEvents(true);132 //EventHandler::getInstance()->grabEvents(true); 133 133 134 134 bUp = bDown = bLeft = bRight = bAscend = bDescend = bRollL = bRollR = false; … … 140 140 controlVelocityX = 25; 141 141 controlVelocityY = 150; 142 shipInertia = 0.5 142 shipInertia = 0.5 ; 143 143 // cycle = 0.0; 144 144
Note: See TracChangeset
for help on using the changeset viewer.