mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-23 13:27:10 +00:00
04549a081d
`Mod` currently modifies 4 global arrays, including some that are 'public'. The logic flow is easier to understand if this becomes a real class with const-correctness and public/private methods. Differential Revision: https://code.wildfiregames.com/D3981 This was SVN commit r25469.