- Timestamp:
- Mar 11, 2010, 5:00:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup3/src/modules/pickup/Pickup.cc
r6499 r6515 227 227 bool Pickup::createSpawner(const Vector3& position) 228 228 { 229 DroppedPickup::DroppedPickup(this, this, position);229 new DroppedPickup(this, this, position); 230 230 return true; 231 231 }
Note: See TracChangeset
for help on using the changeset viewer.