Changeset 12411 for code/branches/Presentation_FS19/src/modules/weapons/projectiles/BasicProjectile.cc
- Timestamp:
- May 22, 2019, 2:59:08 PM (5 years ago)
- Location:
- code/branches/Presentation_FS19
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_FS19
- Property svn:mergeinfo changed
-
code/branches/Presentation_FS19/src/modules/weapons/projectiles/BasicProjectile.cc
r11108 r12411 172 172 void BasicProjectile::destroyCheck(void) 173 173 { 174 if(GameMode::isMaster() && this->bDestroy_) 174 if(GameMode::isMaster() && this->bDestroy_) { 175 175 this->destroy(); 176 } 176 177 } 177 178 … … 182 183 void BasicProjectile::destroyObject(void) 183 184 { 184 if(GameMode::isMaster()) 185 if(GameMode::isMaster()) { 185 186 this->destroy(); 187 } 186 188 } 187 189 }
Note: See TracChangeset
for help on using the changeset viewer.