mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-17 14:52:58 +00:00
e596ef6011
Reverse engineer and cleanup obfuscated Rivers map code, refsa9b963c3a5. Use vector algebra to replace magic equations and express geometric intend. Fix seed typo by removing river curve duplicate. On the Rivers map, use areAllies directly instead of copying the diplomacies to a 2D array called isRiver. Use modulo operator instead of an if-statement with duplication to determine the neighbor of the last player, refs9272153ee7. This was SVN commit r20429.