Changeset 6444 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Jan 8, 2006, 10:45:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r6443 r6444 434 434 else if( event.type == KeyMapper::PEV_NEXT_WEAPON && event.bPressed) 435 435 { 436 this-> getWeaponManager()->nextWeaponConfig();//if( !event.bPressed) this->bWeaponChange = !this->bWeaponChange;436 this->nextWeaponConfig();//if( !event.bPressed) this->bWeaponChange = !this->bWeaponChange; 437 437 } 438 438 else if ( event.type == KeyMapper::PEV_PREVIOUS_WEAPON && event.bPressed) 439 this-> getWeaponManager()->previousWeaponConfig();439 this->previousWeaponConfig(); 440 440 else if( event.type == SDLK_w) 441 441 this->bUp = event.bPressed; //this->shiftCoor(0,.1,0);
Note: See TracChangeset
for help on using the changeset viewer.