foxygit / doom Log in
commit 9a2491e85ee62b6b01ea09ae04b39bb5bb6f15c9
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Sat Sep 17 17:57:05 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Wed Sep 28 11:13:50 2022 +0300

    strife: Replace linespeciallist extern declaration with definition
---
 src/strife/p_spec.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/strife/p_spec.c b/src/strife/p_spec.c
index d1a53212..eecbcf3e 100644
--- a/src/strife/p_spec.c
+++ b/src/strife/p_spec.c
@@ -144,7 +144,7 @@ anim_t* lastanim;
 #define MAXLINEANIMS            96

 short   numlinespecials = 0;
-extern  line_t* linespeciallist[MAXLINEANIMS];
+line_t *linespeciallist[MAXLINEANIMS];



@@ -1865,7 +1865,6 @@ int EV_DoDonut(line_t*	line)
 // After the map has been loaded, scan for specials
 //  that spawn thinkers
 //
-line_t*		linespeciallist[MAXLINEANIMS];


 // Parses command line parameters.