Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 16, 2010, 2:18:45 PM (14 years ago)
Author:
dafrick
Message:

Resolving some more TODO's.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/pickup/DroppedPickup.h

    r7533 r7549  
    6464            virtual Pickupable* getPickup(void); //!< Creates the Pickupable that is going to get picked up.
    6565
     66        private:
     67            static const unsigned int DEFAULT_BLOCKED_TIME = 10; //!< The default time a PickupCarrier is blocked from picking up the pickupable again, after it has dropped it.
     68
    6669    };
    6770}
Note: See TracChangeset for help on using the changeset viewer.