Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2017, 12:42:32 PM (8 years ago)
Author:
pascscha
Message:

svn commit -m

File:
1 edited

Legend:

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

    r11580 r11589  
    6969        sDeathMessage = "Welcome to FlappyOrx";
    7070        bIsDead = true;
    71         multiplier = 1;
    72         b_combo = false;
    7371        this->spawnDistance=200;
    7472        this->tubeOffsetX=500;
    7573        this->setHUDTemplate("FlappyOrxHUD");
     74        firstGame = true;
    7675    }
    7776
     
    225224    void FlappyOrx::death(){
    226225        bIsDead = true;
     226        firstGame = false;
    227227       
    228228        if(point<10)        sDeathMessage = DeathMessage10[rand()%(DeathMessage10.size())];
Note: See TracChangeset for help on using the changeset viewer.