From d8b843c3b5d42c30afa4cdff5575d41ab0a693e6 Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 22 Feb 2006 23:45:45 +0000 Subject: [PATCH] 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 --- engine/common/protocol.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/engine/common/protocol.h b/engine/common/protocol.h index ddfef43f2..3c3b80613 100644 --- a/engine/common/protocol.h +++ b/engine/common/protocol.h @@ -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;