Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 14, 2018, 1:08:06 PM (6 years ago)
Author:
dreherm
Message:

HUD work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/3DPacman_FS18/src/modules/pacman/PacmanHUDinfo.h

    r11931 r11961  
    6363                { return messageID; }
    6464
     65            inline void setGhoststatus(int value){
     66                this->bShowGhoststatus_ = value;
     67            }
     68            inline int getGhoststatus() const
     69                { return this->bShowGhoststatus_; }
     70
    6571        private:
    6672            Pacman* PacmanGame;
    6773            bool bShowPoints_;
    6874            bool bShowMessage_;
     75            bool bShowGhoststatus_;
    6976            int messageID;
    7077    };
Note: See TracChangeset for help on using the changeset viewer.