- Timestamp:
- Sep 3, 2010, 3:45:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network3/src/modules/weapons/MuzzleFlash.cc
r5929 r7336 42 42 this->setScale(0.1f); 43 43 44 this->delayTimer_.setTimer(0.1f, false, createExecutor(createFunctor(&MuzzleFlash::destroy, this))); 44 if( GameMode::isMaster() ) 45 this->delayTimer_.setTimer(0.1f, false, createExecutor(createFunctor(&MuzzleFlash::destroy, this))); 45 46 } 46 47 }
Note: See TracChangeset
for help on using the changeset viewer.