missing lua ifdef

This commit is contained in:
BPanther
2014-05-02 08:16:06 +02:00
committed by M. Liebmann
parent 292c626846
commit fe3379ddb7

View File

@@ -464,7 +464,9 @@ bool CUserMenu::showUserMenu(int button)
if (games) delete games;
if (tools) delete tools;
if (scripts) delete scripts;
#if ENABLE_LUA
if (lua) delete lua;
#endif
if (menu) delete menu;
InfoClock->enableInfoClock(true);