- Timestamp:
- May 17, 2018, 4:14:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/PacmanHUDinfo.h
r11961 r11976 63 63 { return messageID; } 64 64 65 inline void setGhoststatus( intvalue){65 inline void setGhoststatus(bool value){ 66 66 this->bShowGhoststatus_ = value; 67 67 }
Note: See TracChangeset
for help on using the changeset viewer.