Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 4, 2017, 4:13:24 PM (6 years ago)
Author:
merholzl
Message:

small changes

File:
1 edited

Legend:

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

    r11631 r11635  
    138138
    139139    int FlappyOrxShip::timeUntilRespawn(){
    140         return 1-time(0)+deathTime;
     140        return 2-time(0)+deathTime;
    141141    }
    142142
     
    170170
    171171        deathTime = time(0);
    172 
    173         //orxout()<<"death time: "<<deathTime<<std::endl;
    174172        Vector3 pos = getPosition();
    175173        pos.x = 0;
Note: See TracChangeset for help on using the changeset viewer.