Changeset 10132 in orxonox.OLD for branches/playability/src/world_entities/weapons
- Timestamp:
- Dec 20, 2006, 5:36:18 PM (18 years ago)
- Location:
- branches/playability/src/world_entities/weapons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/medium_blaster.cc
r10121 r10132 56 56 57 57 this->setStateDuration(WS_RELOADING, 0); 58 this->setStateDuration(WS_ACTIVATING, 0); //.5);59 this->setStateDuration(WS_DEACTIVATING, 0); // 1);58 this->setStateDuration(WS_ACTIVATING, .5); //.5); 59 this->setStateDuration(WS_DEACTIVATING, 1); // 1); 60 60 61 61 this->setEnergyMax(500); -
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.