diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-30 12:19:03 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-30 12:19:03 +0200 |
commit | 3d980cf5756aee9fc619e4d667f1427967dda53b (patch) | |
tree | 68719a610700a7c24dd3b95b3ce03f15ae763f04 /src/gui/cheatMenu.h | |
parent | 85574cb53c44610b230cb7ae69a5cc0b17bcf2f0 (diff) | |
download | dragonfireclient-3d980cf5756aee9fc619e4d667f1427967dda53b.tar.xz |
Improved Xray and Fullbright
Diffstat (limited to 'src/gui/cheatMenu.h')
-rw-r--r-- | src/gui/cheatMenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/cheatMenu.h b/src/gui/cheatMenu.h index ec0c81659..c69c2c37e 100644 --- a/src/gui/cheatMenu.h +++ b/src/gui/cheatMenu.h @@ -39,7 +39,7 @@ class CheatMenu public: CheatMenu(Client* client); - virtual void draw(video::IVideoDriver* driver, bool show_debug); + void draw(video::IVideoDriver* driver, bool show_debug); void drawEntry(video::IVideoDriver* driver, std::string name, int number, bool selected, bool active, CheatMenuEntryType entry_type = CHEAT_MENU_ENTRY_TYPE_ENTRY); |