Changeset 9961 in orxonox.OLD for branches/playability/src/world_entities/weapons
- Timestamp:
- Nov 26, 2006, 10:15:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/weapon_manager.cc
r9869 r9961 413 413 for(int i = 0; i < this->slotCount; i++) 414 414 { 415 416 415 firingWeapon = this->currentSlotConfig[i].currentWeapon; 416 if( firingWeapon != NULL) firingWeapon->requestAction(WA_SHOOT); 417 417 } 418 418 this->crosshair->setRotationSpeed(500);
Note: See TracChangeset
for help on using the changeset viewer.