Another SNAFU fixed. This should be the end of superbloated entity updates.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3031 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2008-09-10 13:11:46 +00:00
parent 0159d7a211
commit 704fb438c9

View file

@ -521,7 +521,7 @@ void SV_WriteDelta (entity_state_t *from, entity_state_t *to, sizebuf_t *msg, qb
if ( (to->effects&0xff00) != (fromeffects&0xff00) )
evenmorebits |= U_EFFECTS16;
// if ( to->modelindex != from->modelindex )
if ( to->modelindex != from->modelindex )
{
bits |= U_MODEL;
if (to->modelindex > 255)