[Gtkradiant] [Bug 626] SOF2 SP support for GtkRadiant
gtkradiant@zerowing.idsoftware.com
gtkradiant@zerowing.idsoftware.com
Tue, 08 Oct 2002 13:55:49 -0500
http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=626
------- Additional Comments From jmonroe@ravensoft.com 2002-10-08 13:55 -------
sof2radiant does have confused parsing.
There're a couple of main functions:
if (!gbNoConfusEdParse)
{
ParseConfusedEntities( ValueForKey
(g_qeglobals.d_project_entity, "confusedpath") );
}
if (!gbNoNPCParse)
{
ParseNPCEntities( ValueForKey
(g_qeglobals.d_project_entity, "npcpath") );
}
... added which scan .CFG files.