|
|
@ -381,7 +381,7 @@ bool MissionCompilerMainWindow::parsePrimForMissions(NLLIGO::IPrimitive const *p
|
|
|
|
{
|
|
|
|
{
|
|
|
|
std::string value;
|
|
|
|
std::string value;
|
|
|
|
// if the node is a mission parse it
|
|
|
|
// if the node is a mission parse it
|
|
|
|
if (prim->getPropertyByName("class",value) && !stricmp(value.c_str(),"mission") )
|
|
|
|
if (prim->getPropertyByName("class",value) && !NLMISC::stricmp(value.c_str(),"mission") )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
std::string name;
|
|
|
|
std::string name;
|
|
|
|
prim->getPropertyByName("name",name);
|
|
|
|
prim->getPropertyByName("name",name);
|
|
|
|