From cfec8609f943c2b7520027e06cd5fa0839e02754 Mon Sep 17 00:00:00 2001
From: Louis-Antoine <lamr@free.fr>
Date: Wed, 22 Jan 2020 04:01:06 +0100
Subject: [PATCH] Fix missing declaration

---
 src/d_clisrv.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/d_clisrv.c b/src/d_clisrv.c
index fc50177ef1..0106d559c1 100644
--- a/src/d_clisrv.c
+++ b/src/d_clisrv.c
@@ -77,6 +77,7 @@ char motd[254], server_context[8]; // Message of the Day, Unique Context (even w
 
 // Server specific vars
 UINT8 playernode[MAXPLAYERS];
+char playeraddress[MAXPLAYERS][64];
 
 // Minimum timeout for sending the savegame
 // The actual timeout will be longer depending on the savegame length
-- 
GitLab