mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-23 20:30:03 +00:00
f47cb2c711
The list of modified entities was thrown out on global visibility updates (those happen on rejoin) but only in-world entities were actually updated then, causing problems with garrisoning. Now the list of modified entities can happen to be large, so replace the hacky check for infinite loops by a real check. This was SVN commit r16962.