Changeset 10037 in orxonox.OLD for branches/playability/src/world_entities/space_ships
- Timestamp:
- Dec 10, 2006, 1:51:44 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.cc
r10036 r10037 511 511 bFire = bSecFire = false; 512 512 513 // fire reqeust/release for primary weapons 513 514 if( this->bFire) 514 515 this->weaponMan.fire(); … … 516 517 this->weaponMan.releaseFire(); 517 518 519 // fire reqeust/release for secondary weapons 518 520 if( this->bSecFire) 519 521 this->secWeaponMan.fire();
Note: See TracChangeset
for help on using the changeset viewer.