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/FlappyOrxShip.cc

    r11755 r11759  
    4949        RegisterObject(FlappyOrxShip);
    5050
    51        
     51        isFlapping = false;
    5252        isDead = true;
    53         deathTime = 0;
    54 
     53        speed = 0;
     54        upwardThrust = 0;
     55        gravity = 0;
    5556        particleLifespan = 0.1;
    5657        particleAge = 0;
     58        deathTime = 0;
    5759
    5860        particlespawner_ = NULL;
Note: See TracChangeset for help on using the changeset viewer.