forked from mirrors/0ad
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.