diff options
Diffstat (limited to 'src/client/menuhandeler.cpp')
| -rw-r--r-- | src/client/menuhandeler.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/menuhandeler.cpp b/src/client/menuhandeler.cpp index 53d38cc..b7c5f48 100644 --- a/src/client/menuhandeler.cpp +++ b/src/client/menuhandeler.cpp @@ -15,8 +15,7 @@ using namespace io; using namespace gui; void loadMenu(const char* name, IrrlichtDevice* device){ - IGUIEnvironment* env = device->getGUIEnvironment(); - IGUIWindow* window = env->addWindow(rect<s32>(0,0,200,200),true,L"Menu",0,-1); + } void showMenu(const char* name, IrrlichtDevice* device){ |
