Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 17, 2018, 11:43:12 PM (6 years ago)
Author:
landauf
Message:

[FlappyOrx_HS17] initialize all variables

File:
1 edited

Legend:

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

    r11757 r11759  
    6666        firstGame = true;                   //needed for the HUD
    6767
    68         tubeDistance=200.0f;                  //distance between tubes
    69         tubeOffsetX=500.0f;                    //tube offset (so that we can't see them spawn)
     68        speedBase = 0;
     69        speedIncrease = 0;
     70        tubeDistanceBase = 0;
     71        tubeDistanceIncrease = 0;
     72        tubeDistance = 200.0f;                  //distance between tubes
     73        tubeOffsetX = 500.0f;                    //tube offset (so that we can't see them spawn)
    7074
    7175        circlesUsed=0;
Note: See TracChangeset for help on using the changeset viewer.