From 476ad75724b2c46b95ad55801e734470bffa8c4b Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 24 May 2012 22:10:41 +0900 Subject: [PATCH] Add a fixme to remove skin from qw's entity_state_t. --- include/qw/protocol.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/qw/protocol.h b/include/qw/protocol.h index 4b9463da4..2a895f151 100644 --- a/include/qw/protocol.h +++ b/include/qw/protocol.h @@ -313,7 +313,9 @@ typedef struct { byte colormap; byte skinnum; - struct skin_s *skin; + struct skin_s *skin; //FIXME this should not be here, but better state + //change tracking in the client is needed for this + //to be moved // QSG 2 byte alpha;