Changeset 7796 for code/branches/presentation2/src/modules/pickup
- Timestamp:
- Dec 22, 2010, 10:37:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/modules/pickup/PickupSpawner.cc
r7791 r7796 120 120 PickupSpawner::~PickupSpawner() 121 121 { 122 if(this-> selfDestruct_ && this->pickup_ != NULL)122 if(this->isInitialized() && this->selfDestruct_ && this->pickup_ != NULL) 123 123 this->pickup_->destroy(); 124 124 }
Note: See TracChangeset
for help on using the changeset viewer.