- Timestamp:
- Mar 7, 2010, 10:55:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup3/src/modules/pickup/PickupRepresentation.cc
r6475 r6478 46 46 PickupRepresentation::PickupRepresentation() : BaseObject(this) 47 47 { 48 this->spawnerRepresentation_ = NULL; 49 48 50 RegisterObject(PickupRepresentation); 49 51 … … 57 59 PickupRepresentation::PickupRepresentation(BaseObject* creator) : BaseObject(creator) 58 60 { 61 this->spawnerRepresentation_ = NULL; 62 59 63 RegisterObject(PickupRepresentation); 60 64 … … 81 85 this->name_ = "Pickup"; 82 86 this->spawnerTemplate_ = ""; 83 this->spawnerRepresentation_ = NULL;84 87 this->pickup_ = NULL; 85 88 }
Note: See TracChangeset
for help on using the changeset viewer.