1
0
forked from 0ad/0ad
Go to file
prefect 119f1452bf # Fix a crash during exit.
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.
2006-09-24 11:48:24 +00:00
binaries This was SVN commit r4384. 2006-09-23 18:51:08 +00:00
build Premake need to be changed to create makefiles which work on OSX 2006-09-04 16:33:47 +00:00
docs Upgraded console (text wrap, help text), cinematic stuff 2006-07-06 03:17:44 +00:00
source # Fix a crash during exit. 2006-09-24 11:48:24 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00