Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2017, 4:17:14 PM (7 years ago)
Author:
merholzl
Message:

changes here and there

File:
1 edited

Legend:

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

    r11503 r11521  
    4545
    4646            inline void setShowLives(bool value)
    47                 { this->bShowLives_ = value; }
     47                { this->bShowLives_ = false; }
    4848            inline bool getShowLives() const
    4949                { return this->bShowLives_; }
    5050
    5151            inline void setShowLevel(bool value)
    52                 { this->bShowLevel_ = value; }
     52                { this->bShowLevel_ = false; }
    5353            inline bool getShowLevel() const
    5454                { return this->bShowLevel_; }
     
    6060
    6161            inline void setShowMultiplier(bool value)
    62                 { this->bShowMultiplier_ = value; }
     62                { this->bShowMultiplier_ = false; }
    6363            inline bool getShowMultiplier() const
    6464                { return this->bShowMultiplier_; }
Note: See TracChangeset for help on using the changeset viewer.