Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2017, 1:24:43 PM (7 years ago)
Author:
jkindle
Message:

IMPROVED JUMP ALGORITHM OH GHAD YEES JEES

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SuperOrxoBros_FS17/src/modules/superorxobros/SOB.h

    r11416 r11418  
    8484            std::string getInfoText() {
    8585                return info_;
     86            }   
     87            void setDone(bool tr) {
     88                done_ = tr;
    8689            }
    87            
    8890
    8991
     
    100102            } 
    101103
    102 
    103104            WeakPtr<SOBCenterpoint> center_;
    104105
     
    112113            int coins_;
    113114            float timeLeft_;
    114 
     115            bool done_;
    115116            int lvl_;
    116117            std::string info_;
Note: See TracChangeset for help on using the changeset viewer.