mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-25 21:08:04 +00:00
bc3fd69bf0
Use at() over find() as it makes the code neater and the performance impact is negligible. This forces an algorithm change in FindReachableRegions as the key accessed is not guaranteed to exist. Differential Revision: https://code.wildfiregames.com/D1830 This was SVN commit r22210.