Changeset 7796 for code/branches/presentation2/src
- Timestamp:
- Dec 22, 2010, 10:37:18 AM (14 years ago)
- Location:
- code/branches/presentation2/src/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/modules/overlays/hud/HUDNavigation.cc
r7794 r7796 411 411 } 412 412 } 413 } 413 414 } -
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.