shithub: choc

Download patch

ref: 9a2491e85ee62b6b01ea09ae04b39bb5bb6f15c9
parent: acc40d847eea0078f40db6d75c0c02e3a32aaa95
author: Turo Lamminen <turol@iki.fi>
date: Sat Sep 17 13:57:05 EDT 2022

strife: Replace linespeciallist extern declaration with definition

--- a/src/strife/p_spec.c
+++ b/src/strife/p_spec.c
@@ -144,7 +144,7 @@
 #define MAXLINEANIMS            96
 
 short   numlinespecials = 0;
-extern  line_t* linespeciallist[MAXLINEANIMS];
+line_t *linespeciallist[MAXLINEANIMS];
 
 
 
@@ -1865,7 +1865,6 @@
 // After the map has been loaded, scan for specials
 //  that spawn thinkers
 //
-line_t*		linespeciallist[MAXLINEANIMS];
 
 
 // Parses command line parameters.