mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-24 22:26:40 +00:00
7460d0e56e
This revertsdad2857538. That diff had two issues: - It modifies the JS objects, which means subsequent serialization in quicksave are 'dirty'. - It doesn't work with non-extensible objects. That's rather annoying, and has already caused problems. It also revertf0faab7a42, which was necessary because of the second issue. Fixes #5908 Differential Revision: https://code.wildfiregames.com/D3336 This was SVN commit r24563.