Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2006, 5:36:18 PM (19 years ago)
Author:
marcscha
Message:

Firing Echo fix on WM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/weapons/medium_blaster.cc

    r10121 r10132  
    5656
    5757  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);
    6060
    6161  this->setEnergyMax(500);
Note: See TracChangeset for help on using the changeset viewer.