Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2011, 1:57:01 PM (13 years ago)
Author:
landauf
Message:

fixed a few warnings that were only visible with EXTRA_COMPILER_WARNINGS enabled)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/modules/pickup/PickupManager.h

    r7547 r8594  
    148148            @return Returns true if the input Pickupable is still valid, false if not.
    149149            */
    150             const bool isValidPickup(uint32_t pickup) const
     150            bool isValidPickup(uint32_t pickup) const
    151151                { return this->pickups_.find(pickup) != this->pickups_.end(); }
    152152            // tolua_end
Note: See TracChangeset for help on using the changeset viewer.