Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2017, 1:06:08 PM (6 years ago)
Author:
pascscha
Message:

death message initiated

File:
1 edited

Legend:

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

    r11521 r11563  
    3232#include "tools/interfaces/Tickable.h"
    3333#include "overlays/OverlayText.h"
     34#include <cstring>
    3435
    3536namespace orxonox
     
    6465                { return this->bShowMultiplier_; }
    6566
     67            inline void setShowMessage(bool value){
     68                bShowGameOver_ = value;
     69            }
     70            inline bool getShowMessage() const
     71                { return this->bShowGameOver_; }
     72
    6673
    6774        private:
     
    7178            bool bShowPoints_;
    7279            bool bShowMultiplier_;
     80            bool bShowGameOver_;
     81            std::string sGameOverMessage_;
    7382    };
    7483}
Note: See TracChangeset for help on using the changeset viewer.