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
1 changed files with 3 additions and 1 deletions

View File

@ -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;