From e95265a7fabed5fffcf78af3a45e003c2247342b Mon Sep 17 00:00:00 2001
From: sphere <spherallic@gmail.com>
Date: Sat, 11 Jul 2020 12:11:26 +0200
Subject: [PATCH] Comment out unused border patch variables, so GFZFLR01 isn't
 required anymore.

---
 src/st_stuff.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/st_stuff.c b/src/st_stuff.c
index 53d988913..d5aa5fbac 100644
--- a/src/st_stuff.c
+++ b/src/st_stuff.c
@@ -240,8 +240,8 @@ void ST_LoadGraphics(void)
 	int i;
 
 	// SRB2 border patch
-	st_borderpatchnum = W_GetNumForName("GFZFLR01");
-	scr_borderpatch = W_CacheLumpNum(st_borderpatchnum, PU_HUDGFX);
+	// st_borderpatchnum = W_GetNumForName("GFZFLR01");
+	// scr_borderpatch = W_CacheLumpNum(st_borderpatchnum, PU_HUDGFX);
 
 	// the original Doom uses 'STF' as base name for all face graphics
 	// Graue 04-08-2004: face/name graphics are now indexed by skins