Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 13, 2010, 12:09:10 AM (14 years ago)
Author:
dafrick
Message:

Minor cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ppspickups1/src/modules/pickup/Pickup.h

    r6607 r6705  
    137137            bool startPickupTimer(float durationTime);
    138138
    139             virtual void PickupTimerCallBack(void) {}
     139            virtual void pickupTimerCallback(void) {}
    140140
    141141            /**
     
    157157        private:
    158158            void initialize(void); //!< Initializes the member variables.
     159           
     160            //TODO: Problems, when there are more Timers needed? Solutions?
     161            Timer durationTimer_; //!< Timer at the disposal of each Class implementing Pickup.
    159162
    160163            pickupActivationType::Value activationType_; //!< The activation type of the Pickup.
     
    165168            static const std::string durationTypeOnce_s;
    166169            static const std::string durationTypeContinuous_s;
    167 
    168             float durationTime_;
    169             Timer durationTimer_;
    170170    };
    171171
Note: See TracChangeset for help on using the changeset viewer.