diff options
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); |