Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2014, 3:43:07 PM (9 years ago)
Author:
fvultier
Message:

Es wird nun angezeigt, wie lange ein item noch aktiv ist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickupsFS14/src/modules/jump/JumpScore.h

    r10111 r10184  
    5454                { return showScore_; }
    5555
     56            void setShowFuel(const bool showFuel)
     57                { showFuel_ = showFuel; }
     58
     59            const bool getShowFuel() const
     60                { return showFuel_; }
     61
    5662            void setShowMessages(const bool showMessages)
    5763                { showMessages_ = showMessages; }
    5864
    5965            const bool getShowMessages() const
    60                 { return showMessages_; }
     66                { return showMessages_; }               
    6167
    6268            void setGameOverText(const std::string& gameOverText)
     
    7177            WorldSound* scoreSound_;
    7278            bool showScore_;
     79            bool showFuel_;
    7380            bool showMessages_;
    7481            std::string gameOverText_;
Note: See TracChangeset for help on using the changeset viewer.