- Timestamp:
- May 20, 2009, 9:01:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickups2/src/orxonox/objects/pickup/Jump.cc
r2917 r3001 103 103 bool Jump::dropped(Pawn* pawn) 104 104 { 105 DroppedItem::createDefaultDrop(this, pawn, ColourValue(1.0f, 0.0f, 0.0f), 5.0f);105 DroppedItem::createDefaultDrop(this, pawn, ColourValue(1.0f, 0.0f, 0.0f), 30.0f); 106 106 return this->removeFrom(pawn); 107 107 }
Note: See TracChangeset
for help on using the changeset viewer.