From 3e01017bf0a9246962b0b798b89d63fb2465558c Mon Sep 17 00:00:00 2001
From: havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Fri, 8 Jan 2010 07:20:27 +0000
Subject: [PATCH] fix compile error

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9811 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=246dd4cf0465a184e17f09f9bb7449004ccae4f4
---
 protocol.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/protocol.c b/protocol.c
index 533e582a..ec69774f 100644
--- a/protocol.c
+++ b/protocol.c
@@ -51,8 +51,6 @@ entity_state_t defaultstate =
 	0,//unsigned char tagindex;
 	{32, 32, 32},//unsigned char colormod[3];
 	{32, 32, 32},//unsigned char glowmod[3];
-	// padding to a multiple of 8 bytes (to align the double time)
-	{0,0}//unsigned char unused[2]; // !
 };
 
 // LordHavoc: I own protocol ranges 96, 97, 3500-3599
-- 
2.39.5