Changeset 10132 in orxonox.OLD for branches/playability/src/world_entities/weapons/medium_blaster.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/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);
Note: See TracChangeset
for help on using the changeset viewer.