mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
q2 solid needs to be storable as a short.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2007 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
88aba16c08
commit
d8b843c3b5
1 changed files with 3 additions and 1 deletions
|
@ -709,11 +709,13 @@ typedef struct entity_state_s
|
||||||
qbyte abslight;
|
qbyte abslight;
|
||||||
qbyte dpflags;
|
qbyte dpflags;
|
||||||
|
|
||||||
qbyte solid;
|
qbyte pad;
|
||||||
qbyte colormod[3];
|
qbyte colormod[3];
|
||||||
|
|
||||||
qbyte lightstyle;
|
qbyte lightstyle;
|
||||||
qbyte lightpflags;
|
qbyte lightpflags;
|
||||||
|
unsigned short solid;
|
||||||
|
|
||||||
unsigned short light[4];
|
unsigned short light[4];
|
||||||
|
|
||||||
unsigned short tagentity;
|
unsigned short tagentity;
|
||||||
|
|
Loading…
Reference in a new issue