Changeset 6540 for code/trunk/src/orxonox/worldentities/pawns/Pawn.cc
- Timestamp:
- Mar 16, 2010, 9:35:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/worldentities/pawns/Pawn.cc
r6524 r6540 71 71 this->aimPosition_ = Vector3::ZERO; 72 72 73 //TODO: Remove.74 //this->getPickups().setOwner(this);75 76 73 if (GameMode::isMaster()) 77 74 { … … 297 294 } 298 295 299 //TODO: Remove.300 // void Pawn::dropItems()301 // {302 // this->getPickups().clear();303 // }304 305 306 296 /* WeaponSystem: 307 297 * functions load Slot, Set, Pack from XML and make sure all parent-pointers are set.
Note: See TracChangeset
for help on using the changeset viewer.