- Timestamp:
- Mar 7, 2010, 10:55:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup3/src/modules/pickup/PickupSpawner.cc
r6475 r6478 118 118 { 119 119 if(this->pickup_ != NULL) 120 delete this->pickup_;120 this->pickup_->destroy(); 121 121 } 122 122
Note: See TracChangeset
for help on using the changeset viewer.