Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 13, 2010, 11:35:18 AM (15 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/Pickup.cc

    r7494 r7533  
    4444{
    4545
     46    //! Initializing the static strings.
    4647    /*static*/ const std::string Pickup::activationTypeImmediate_s = "immediate";
    4748    /*static*/ const std::string Pickup::activationTypeOnUse_s = "onUse";
Note: See TracChangeset for help on using the changeset viewer.