]> git.xonotic.org Git - xonotic/darkplaces.git/commit
com_ents4: Fix possible logic bug with two for loops
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 17 Sep 2020 12:36:53 +0000 (12:36 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 17 Sep 2020 12:36:53 +0000 (12:36 +0000)
commit1796feda0fb1d6b2764394a01a645ef1bcc916bf
tree7dfbbe9dfc80386288b23cb62694469223135e56
parent449895baf29da51030a04b4577d8d714d98e1c87
com_ents4: Fix possible logic bug with two for loops

This is very likely what was originally intended as the second loop
would be resetting i, which the first loop is already iterating...

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