mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 23:49:59 +00:00
27f37ccd21
Add a test for the GetNonGaiaEntities function of the RangeManager broken by that commit that was fixed byf3e4e619bc. Don't call one script function from another, but directly call into the Selection helper like the others. Don't make a loop around that RangeManager function for all players but call the function once for all players. The pointless virtual keywords were removed by8827db201a. Differential Revision: https://code.wildfiregames.com/D166 Reviewed By: leper This was SVN commit r19344.