From d4fba3be497e0dd38d4c58b35c55cc73f0fac192 Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Thu, 29 Mar 2018 01:14:47 -0400 Subject: [PATCH] :( --- src/m_menu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/m_menu.c b/src/m_menu.c index 349838bd..03e62281 100644 --- a/src/m_menu.c +++ b/src/m_menu.c @@ -217,6 +217,7 @@ static void M_LevelSelectWarp(INT32 choice); static void M_Credits(INT32 choice); static void M_PandorasBox(INT32 choice); static void M_EmblemHints(INT32 choice); +static char *M_GetConditionString(condition_t cond); menu_t SR_MainDef, SR_UnlockChecklistDef; // Misc. Main Menu @@ -4263,6 +4264,7 @@ static void M_LevelSelectWarp(INT32 choice) UINT8 skyRoomMenuTranslations[MAXUNLOCKABLES]; +static char *M_GetConditionString(condition_t cond) { char *tempstr = "";