]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
fix very stupid bug that caused entities to sometimes not be removed (priority was...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 15 Feb 2006 02:54:14 +0000 (02:54 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 15 Feb 2006 02:54:14 +0000 (02:54 +0000)
commite933ad8188ac4bf949fb311039b059ec624a2a7e
tree17a20b19794bb9a76295824b71ba6a49f68ed123
parent863110d59f30b08b53d29a48aedaf22546f17ad2
fix very stupid bug that caused entities to sometimes not be removed (priority was not being updated when deltabits were added back to an entity, so the priority remained at the no-update-necessary level despite the fact it should be sent again)

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