From a5d219ad6e44baf692ed1e33f5cf24b77b38626a Mon Sep 17 00:00:00 2001 From: James R Date: Sun, 2 Jan 2022 21:38:06 -0800 Subject: [PATCH] More TESTERS guard --- src/m_menu.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/m_menu.c b/src/m_menu.c index 150b64d9c..3a5be46a9 100644 --- a/src/m_menu.c +++ b/src/m_menu.c @@ -229,7 +229,9 @@ static char *M_GetConditionString(condition_t cond); menu_t SR_MainDef, SR_UnlockChecklistDef; // Misc. Main Menu +#ifndef TESTERS static void M_SinglePlayerMenu(INT32 choice); +#endif static void M_Options(INT32 choice); static void M_Manual(INT32 choice); static void M_SelectableClearMenus(INT32 choice); @@ -6814,6 +6816,7 @@ static void M_Credits(INT32 choice) // SINGLE PLAYER MENU // ================== +#ifndef TESTERS static void M_SinglePlayerMenu(INT32 choice) { (void)choice; @@ -6826,6 +6829,7 @@ static void M_SinglePlayerMenu(INT32 choice) M_SetupNextMenu(&SP_MainDef); } +#endif /*static void M_LoadGameLevelSelect(INT32 choice) {