Changeset 6743 in orxonox.OLD for branches/network
- Timestamp:
- Jan 25, 2006, 10:50:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/space_ships/space_ship.cc
r6740 r6743 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; … … 289 289 this->weaponAction(); 290 290 291 if( ( xMouse != 0 || yMouse != 0 ) && this->getOwner() ==this->getHostID() )291 if( ( xMouse != 0 || yMouse != 0 ) && this->getOwner() == this->getHostID() ) 292 292 { 293 293 if (xMouse > controlVelocityX) xMouse = controlVelocityX;
Note: See TracChangeset
for help on using the changeset viewer.