mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-05 12:45:46 +00:00
119f1452bf
Refs #152 The issue was that the JSInterface_Console would attempt to write a message on the console even after the g_Console object was deleted. Work around this by: 1. resetting the g_Console pointer to 0 after deletion and 2. adding a null-pointer check This was SVN commit r4386.