mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-08 23:46:10 +00:00
985a4cc6d5
- Fixed shutdown order so the console is shut down after the simulation (fixes #152). - Fixed CPlayer::JSI_GetColour to not create a copy of the colour object, since that caused problems when the copy went out of scope and the corresponding JSObject was deleted. This was SVN commit r4522.