From f2a58a74ef0deb2ce13a3efd871d00e68cc111b4 Mon Sep 17 00:00:00 2001
From: Monster Iestyn <iestynjealous@ntlworld.com>
Date: Tue, 3 Jan 2017 22:48:06 +0000
Subject: [PATCH] Stupid me

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

diff --git a/src/d_clisrv.c b/src/d_clisrv.c
index 2a2d5fead..124845563 100644
--- a/src/d_clisrv.c
+++ b/src/d_clisrv.c
@@ -895,7 +895,6 @@ static inline void resynch_write_others(resynchend_pak *rst)
 
 	// endian safeness
 	rst->ingame = (UINT32)LONG(rst->ingame);
-	rst->ctfteam = (UINT32)LONG(rst->ctfteam);
 }
 
 static inline void resynch_read_others(resynchend_pak *p)
-- 
GitLab