From 6d14f8a2f1999c435e3aec5cb24614f773cb7703 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 2 Dec 2022 13:12:25 +1000 Subject: [PATCH] Fix compilation unit test --- qcsrc/menu/xonotic/guide/tab.qh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcsrc/menu/xonotic/guide/tab.qh b/qcsrc/menu/xonotic/guide/tab.qh index d2603fa2f..e2d4f4206 100644 --- a/qcsrc/menu/xonotic/guide/tab.qh +++ b/qcsrc/menu/xonotic/guide/tab.qh @@ -79,6 +79,8 @@ CLASS(DebugSource, DataSource) } ENDCLASS(DebugSource) +.bool m_hidden; + #define REGISTRY_SOURCE(id, arr) \ ArrayList arr##_MENU; \ int arr##_MENU_COUNT; \ -- 2.39.2