Changeset 10132 in orxonox.OLD for branches/playability/src/world_entities/weapons/weapon_manager.cc
- Timestamp:
- Dec 20, 2006, 5:36:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/weapon_manager.cc
r10121 r10132 435 435 { 436 436 firingWeapon = this->currentSlotConfig[i].currentWeapon; 437 if( firingWeapon != NULL && firingWeapon->getCurrentState() == WS_SHOOTING) continue; 437 438 if( firingWeapon != NULL) firingWeapon->requestAction(WA_SHOOT); 438 439 }
Note: See TracChangeset
for help on using the changeset viewer.