- Timestamp:
- May 2, 2010, 9:50:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/rocket/src/modules/weapons/projectiles/SimpleRocket.cc
r6815 r6816 59 59 this->bDestroy_ = false; 60 60 this->lifetime_ = 100; 61 this->controller_=null; 61 62 COUT(0)<< "simplerocket constructed\n"; 62 63 //this->camera_ = null; … … 105 106 { 106 107 COUT(0)<< "simplerocket destroyed\n"; 107 delete this->getController();108 if (this->controller_) delete this->controller_; 108 109 } 109 110
Note: See TracChangeset
for help on using the changeset viewer.