aboutsummaryrefslogtreecommitdiff
path: root/src/gui/cheatMenu.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-07-30 12:19:03 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-07-30 12:19:03 +0200
commit3d980cf5756aee9fc619e4d667f1427967dda53b (patch)
tree68719a610700a7c24dd3b95b3ce03f15ae763f04 /src/gui/cheatMenu.h
parent85574cb53c44610b230cb7ae69a5cc0b17bcf2f0 (diff)
downloaddragonfireclient-3d980cf5756aee9fc619e4d667f1427967dda53b.tar.xz
Improved Xray and Fullbright
Diffstat (limited to 'src/gui/cheatMenu.h')
-rw-r--r--src/gui/cheatMenu.h2
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);