Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2013, 5:43:39 PM (10 years ago)
Author:
zifloria
Message:

no ending, no crash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/invaders/src/modules/invader/Invader.h

    r9858 r9866  
    7272            void addPoints(int numPoints){point += numPoints * multiplier; b_combo = true;}
    7373            void comboControll();
     74            int lives;
    7475        private:
    7576            WeakPtr<InvaderCenterPoint> center_;
     
    8081            Timer comboTimer;
    8182            //Context* context;
    82             int lives;
    8383            int level;
    8484            int point;
Note: See TracChangeset for help on using the changeset viewer.