]> git.xonotic.org Git - xonotic/darkplaces.git/commit
fix a bug in EntityFrame5 stats delta bits handling
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 26 Jun 2011 19:50:50 +0000 (19:50 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 26 Jun 2011 19:50:50 +0000 (19:50 +0000)
commitbbfa614b656aa345e70174b6fdccd1804ca42fb6
treec982ce5e41036c26147329f5fce94f775f1e721b
parent1a606ca4c462e8a9a76cd5e7e085efbecbe90009
fix a bug in EntityFrame5 stats delta bits handling

It forgot to memset the stats delta bits to 0, so it marked stats as being sent
in the database that were not. This clearly caused too large resend data when
packet loss occurred.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11219 d7cf8633-e32d-0410-b094-e92efae38249
protocol.c