- Timestamp:
- May 22, 2010, 8:43:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/modules/weapons/projectiles/Rocket.cc
r6540 r6964 164 164 this->setVelocity( this->getOrientation()*WorldEntity::FRONT*this->getVelocity().length() ); 165 165 this->localAngularVelocity_ = 0; 166 166 } 167 168 if( GameMode::isMaster() ) 169 { 167 170 if( this->bDestroy_ ) 168 171 this->destroy(); 172 169 173 } 170 174 }
Note: See TracChangeset
for help on using the changeset viewer.