]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/gui/cheatMenu.h
Improved Xray and Fullbright
[dragonfireclient.git] / src / gui / cheatMenu.h
index ec0c81659056c29a6d73f40bd7e999877ff477a7..c69c2c37e82b973b2acec609090e8dbf62f0f250 100644 (file)
@@ -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);