- Timestamp:
- Apr 2, 2010, 5:35:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup4/src/modules/pickup/PickupRepresentation.cc
r6632 r6675 86 86 this->name_ = "Pickup"; 87 87 this->spawnerTemplate_ = ""; 88 this->inventoryRepresentation_ = " ";88 this->inventoryRepresentation_ = "Default"; 89 89 this->pickup_ = NULL; 90 90 } … … 98 98 SUPER(PickupRepresentation, XMLPort, xmlelement, mode); 99 99 100 XMLPortParam(PickupRepresentation, " name", setName, getName, xmlelement, mode);101 XMLPortParam(PickupRepresentation, " description", setDescription, getDescription, xmlelement, mode);100 XMLPortParam(PickupRepresentation, "pickupName", setPickupName, getPickupName, xmlelement, mode); 101 XMLPortParam(PickupRepresentation, "pickupDescription", setPickupDescription, getPickupDescription, xmlelement, mode); 102 102 XMLPortParam(PickupRepresentation, "spawnerTemplate", setSpawnerTemplate, getSpawnerTemplate, xmlelement, mode); 103 103 XMLPortParam(PickupRepresentation, "inventoryRepresentation", setInventoryRepresentation, getInventoryRepresentation, xmlelement, mode);
Note: See TracChangeset
for help on using the changeset viewer.