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/modules/pickup/items/MetaPickup.cc

    r7163 r7533  
    125125                if(this->getMetaTypeDirect() == pickupMetaType::destroyCarrier)
    126126                {
     127                    this->Pickupable::destroy(); //TODO: Needed?
    127128                    Pawn* pawn = orxonox_cast<Pawn*>(carrier);
    128129                    pawn->kill();
Note: See TracChangeset for help on using the changeset viewer.