]> 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)
committerRudolf Polzer <divverent@xonotic.org>
Sun, 26 Jun 2011 19:56:38 +0000 (21:56 +0200)
commit348917a611b46680087f92792900b641b7250125
treec982ce5e41036c26147329f5fce94f775f1e721b
parente0d05dbd51165e261e3fa1cdbaf9578969346a8e
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
::stable-branch::merge=bbfa614b656aa345e70174b6fdccd1804ca42fb6
protocol.c