Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 20, 2005, 11:26:16 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: flush

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapons/test_gun.cc

    r4906 r4910  
    102102  this->setStateDuration(WS_SHOOTING, .4);
    103103  this->setStateDuration(WS_RELOADING, 1);
    104   //this->setStateDuration(WS_ACTIVATING, .4);
    105   //this->setStateDuration(WS_DEACTIVATING, .4);
     104  this->setStateDuration(WS_ACTIVATING, .4);
     105  this->setStateDuration(WS_DEACTIVATING, .4);
    106106
    107107  this->energy = 100;
Note: See TracChangeset for help on using the changeset viewer.