Changeset 6497 for code/branches/pickup3/src/modules/pickup/items
- Timestamp:
- Mar 8, 2010, 9:17:22 PM (15 years ago)
- Location:
- code/branches/pickup3/src/modules/pickup/items
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup3/src/modules/pickup/items/HealthPickup.cc
r6496 r6497 280 280 A pointer to the Orxonox class. 281 281 */ 282 void HealthPickup::clone(OrxonoxClass* item)282 void HealthPickup::clone(OrxonoxClass*& item) 283 283 { 284 284 if(item == NULL) -
code/branches/pickup3/src/modules/pickup/items/HealthPickup.h
r6496 r6497 74 74 75 75 virtual void changedUsed(void); //!< Is called when the pickup has transited from used to unused or the other way around. 76 virtual void clone(OrxonoxClass* item); //!< Creates a duplicate of the input OrxonoxClass.76 virtual void clone(OrxonoxClass*& item); //!< Creates a duplicate of the input OrxonoxClass. 77 77 78 78 /**
Note: See TracChangeset
for help on using the changeset viewer.