Changeset 6488
- Timestamp:
- Mar 7, 2010, 11:47:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutorial/src/orxonox/worldentities/Drone.cc
r6487 r6488 64 64 Drone::~Drone() 65 65 { 66 if( this-> myController_ )66 if( this->isInitialized() && this->myController_ ) 67 67 delete this->myController_; 68 68 }
Note: See TracChangeset
for help on using the changeset viewer.