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:
parent
0159d7a211
commit
704fb438c9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue