Changeset 8723 for code/branches/ai2/src/modules/weapons
- Timestamp:
- Jul 1, 2011, 12:54:47 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai2/src/modules/weapons/projectiles/Rocket.cc
r8706 r8723 58 58 this->localAngularVelocity_ = 0; 59 59 this->lifetime_ = 100; 60 this->bIsRocket=true; 60 61 61 62 if (GameMode::isMaster()) … … 116 117 if(this->isInitialized()) 117 118 { 119 this->bIsRocket=false; 118 120 if (GameMode::isMaster()) 119 121 {
Note: See TracChangeset
for help on using the changeset viewer.