Changeset 8891 for code/trunk/src/modules/weapons/projectiles
- Timestamp:
- Oct 12, 2011, 7:50:43 PM (13 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
-
code/trunk/src/modules/weapons/projectiles/Rocket.cc
r8855 r8891 66 66 this->localAngularVelocity_ = 0; 67 67 this->lifetime_ = 100.0f; 68 this->bIsRocket_= true; 68 69 69 70 if (GameMode::isMaster()) … … 134 135 if(this->isInitialized()) 135 136 { 137 this->bIsRocket_= false; 136 138 if (GameMode::isMaster()) 137 139 {
Note: See TracChangeset
for help on using the changeset viewer.