mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +00:00
Add a fixme to remove skin from qw's entity_state_t.
This commit is contained in:
parent
9c440ad9e2
commit
476ad75724
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue