From 3d980cf5756aee9fc619e4d667f1427967dda53b Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 30 Jul 2020 12:19:03 +0200 Subject: Improved Xray and Fullbright --- src/gui/cheatMenu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/cheatMenu.h') 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); -- cgit v1.2.3