commented out unused member; fixes clang build (nw)

This commit is contained in:
Wilbert Pol 2016-02-13 20:16:10 +01:00
parent f5e8c864c2
commit c62ba64a50

View File

@ -52,7 +52,7 @@ private:
QUIT_GAME
};
bool submenu;
//bool submenu;
};
#endif /* __UI_MAINMENU_H__ */