From e708f750a07e090513474bcff2fa3eea8474beae Mon Sep 17 00:00:00 2001
From: mazmazz <mar.marcoz@outlook.com>
Date: Mon, 24 Dec 2018 01:26:22 -0500
Subject: [PATCH] Remove inline from ST_drawWeaponSelect() to fix 32-bit
 compile

large-function-growth limit reached
---
 src/st_stuff.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/st_stuff.c b/src/st_stuff.c
index 986c2f48b4..5728419f12 100644
--- a/src/st_stuff.c
+++ b/src/st_stuff.c
@@ -1873,7 +1873,7 @@ static void ST_drawNiGHTSHUD(void)
 	}
 }
 
-static inline void ST_drawWeaponSelect(INT32 xoffs, INT32 y)
+static void ST_drawWeaponSelect(INT32 xoffs, INT32 y)
 {
 	INT32 q = stplyr->weapondelay, del = 0, p = 16;
 	while (q)
-- 
GitLab