Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2017, 2:03:45 PM (8 years ago)
Author:
pascscha
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrxShip.h

    r11565 r11595  
    7474                { return this->UpwardThrust; }
    7575            virtual void updateLevel();
     76            virtual int timeUntilRespawn();
     77           
    7678            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    7779
     
    8587            bool isDead;
    8688            float speed, UpwardThrust, gravity;
     89            long deathTime;
    8790            struct Velocity
    8891            {
Note: See TracChangeset for help on using the changeset viewer.