- Timestamp:
- Jul 8, 2012, 5:33:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2012merge/src/modules/pickup/items/DronePickup.cc
r9312 r9313 75 75 { 76 76 this->addTarget(ClassIdentifier<Pawn>::getIdentifier()); 77 this->setDurationType Direct(pickupDurationType::once);77 this->setDurationType(pickupDurationType::once); 78 78 this->droneTemplate_ = ""; 79 79 }
Note: See TracChangeset
for help on using the changeset viewer.