Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 28, 2006, 11:14:40 AM (18 years ago)
Author:
bensch
Message:

trunk: WeaponManager fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/space_ship.cc

    r6764 r6803  
    132132
    133133  this->getWeaponManager()->changeWeaponConfig(1);
    134 
    135   EventHandler::getInstance()->grabEvents(true);
    136134
    137135  bUp = bDown = bLeft = bRight = bAscend = bDescend = bRollL = bRollR = false;
     
    143141  controlVelocityX = 25;
    144142  controlVelocityY = 150;
    145   shipInertia = 1.5             ;
     143  shipInertia = 1.5;
    146144//  cycle = 0.0;
    147145
Note: See TracChangeset for help on using the changeset viewer.