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:
Spoike 2006-02-22 23:45:45 +00:00
parent 88aba16c08
commit d8b843c3b5
1 changed files with 3 additions and 1 deletions

View File

@ -709,11 +709,13 @@ typedef struct entity_state_s
qbyte abslight;
qbyte dpflags;
qbyte solid;
qbyte pad;
qbyte colormod[3];
qbyte lightstyle;
qbyte lightpflags;
unsigned short solid;
unsigned short light[4];
unsigned short tagentity;