Changeset 6818 for code/branches/rocket/src
- Timestamp:
- May 2, 2010, 11:02:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/rocket/src/modules/weapons/projectiles/SimpleRocket.cc
r6817 r6818 104 104 SimpleRocket::~SimpleRocket() 105 105 { 106 if (this->isInitialized()) { 106 107 COUT(0)<< "simplerocket destroyed\n"; 107 if (this->hasLocalController()) delete this->getController(); 108 delete this->getController(); 109 } 108 110 } 109 111
Note: See TracChangeset
for help on using the changeset viewer.