Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6743 in orxonox.OLD


Ignore:
Timestamp:
Jan 25, 2006, 10:50:26 PM (18 years ago)
Author:
patrick
Message:

network: no mouse bind anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/world_entities/space_ships/space_ship.cc

    r6740 r6743  
    130130  this->getWeaponManager()->changeWeaponConfig(1);
    131131
    132   EventHandler::getInstance()->grabEvents(true);
     132  //EventHandler::getInstance()->grabEvents(true);
    133133
    134134  bUp = bDown = bLeft = bRight = bAscend = bDescend = bRollL = bRollR = false;
     
    289289  this->weaponAction();
    290290
    291   if( ( xMouse != 0 || yMouse != 0 ) && this->getOwner()==this->getHostID() )
     291  if( ( xMouse != 0 || yMouse != 0 ) && this->getOwner() == this->getHostID() )
    292292   {
    293293    if (xMouse > controlVelocityX) xMouse = controlVelocityX;
Note: See TracChangeset for help on using the changeset viewer.