Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 8, 2006, 10:45:03 PM (18 years ago)
Author:
bensch
Message:

trunk: sliders get updated, as they should be

File:
1 edited

Legend:

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

    r6443 r6444  
    434434  else if( event.type == KeyMapper::PEV_NEXT_WEAPON && event.bPressed)
    435435  {
    436     this->getWeaponManager()->nextWeaponConfig();//if( !event.bPressed) this->bWeaponChange = !this->bWeaponChange;
     436    this->nextWeaponConfig();//if( !event.bPressed) this->bWeaponChange = !this->bWeaponChange;
    437437  }
    438438  else if ( event.type == KeyMapper::PEV_PREVIOUS_WEAPON && event.bPressed)
    439     this->getWeaponManager()->previousWeaponConfig();
     439    this->previousWeaponConfig();
    440440  else if( event.type == SDLK_w)
    441441    this->bUp = event.bPressed; //this->shiftCoor(0,.1,0);
Note: See TracChangeset for help on using the changeset viewer.