Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 11, 2010, 10:59:37 PM (15 years ago)
Author:
dafrick
Message:

Resolved DroppedPickup bug, where the pickup picked up from a DroppedPickup was destroyed almost immediately after beign picked up, because the DroppedPickup was destroyed, and destroyed the pickup in its constructor.

File:
1 edited

Legend:

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

    r6496 r6516  
    5858        protected:
    5959            virtual Pickupable* getPickup(void); //!< Creates the Pickupable that is going to get picked up.
    60            
    61         private:
    62             void initialize(void); //!< Initializes the member variables of the object.
    63            
    64             bool gotPickedUp_; //!< Whether the pickup got picked up or not.
    6560
    6661    };
Note: See TracChangeset for help on using the changeset viewer.