Add a fixme to remove skin from qw's entity_state_t.

This commit is contained in:
Bill Currie 2012-05-24 22:10:41 +09:00
parent 9c440ad9e2
commit 476ad75724

View file

@ -313,7 +313,9 @@ typedef struct {
byte colormap; byte colormap;
byte skinnum; 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 // QSG 2
byte alpha; byte alpha;