mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-25 05:47:14 +00:00
60ae523f92
The bug came from inlining the copy constructor of Grid, which ended up reading from un-initialized variables. Discussed with leper who had a similar fix for a test failure locally. Fixes #4859 Differential Revision: https://code.wildfiregames.com/D1048 This was SVN commit r20520.