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