Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 13, 2010, 11:35:18 AM (14 years ago)
Author:
dafrick
Message:

Documenting in pickups module.
Cleaning up in PickupManager.
Removed some obsolete functions in HumanController and ControllableEntity, which were remenants of the old pickups module.
Fixed a bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/worldentities/pawns/Pawn.cc

    r7163 r7533  
    248248            this->setDestroyWhenPlayerLeft(false);
    249249
    250             this->dropItems();
    251 
    252250            if (this->getGametype())
    253251                this->getGametype()->pawnKilled(this, this->lastHitOriginator_);
Note: See TracChangeset for help on using the changeset viewer.