Changeset 10290 for code/trunk/src/modules
- Timestamp:
- Mar 1, 2015, 2:17:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/weapons/weaponmodes/HsW01.cc
r9945 r10290 65 65 66 66 67 this->delayTimer_.setTimer( 1.0f, false, createExecutor(createFunctor(&HsW01::shot, this)));67 this->delayTimer_.setTimer(this->delay_, false, createExecutor(createFunctor(&HsW01::shot, this))); 68 68 this->delayTimer_.stopTimer(); 69 69
Note: See TracChangeset
for help on using the changeset viewer.