- Timestamp:
- Feb 18, 2018, 5:49:32 PM (7 years ago)
- Location:
- code/branches/Presentation_HS17_merge/src/modules/superorxobros
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge/src/modules/superorxobros/SOB.cc
r11769 r11772 91 91 } 92 92 93 center_->attach(figure_);94 93 figure_->setPosition(0, 0, 0); 95 94 } -
code/branches/Presentation_HS17_merge/src/modules/superorxobros/SOBFireball.cc
r11769 r11772 183 183 setVelocity(velocity); 184 184 185 if(abs(this->getPosition().z) > 1000) delete this;185 if(abs(this->getPosition().z) > 1000) this->destroyLater(); 186 186 187 187 } -
code/branches/Presentation_HS17_merge/src/modules/superorxobros/SOBGumba.cc
r11769 r11772 140 140 } 141 141 142 if(abs(this->getPosition().z) > 1000) delete this;142 if(abs(this->getPosition().z) > 1000) this->destroyLater(); 143 143 144 144 }
Note: See TracChangeset
for help on using the changeset viewer.