Fixed: #897 Missing ; after two nlassert calls

This commit is contained in:
kervala 2010-05-14 14:02:43 +02:00
parent 2cff7c421a
commit 065d21150b

View file

@ -363,7 +363,7 @@ sint main( sint argc, char ** argv )
if (its == itSkillEnd) if (its == itSkillEnd)
{ {
nlwarning("ERROR : cannot find the parent skill %s for skill %s (skill %u)", (*itSkill).second.ParentSkill.c_str(), (*itSkill).second.SkillName.c_str(), count ); nlwarning("ERROR : cannot find the parent skill %s for skill %s (skill %u)", (*itSkill).second.ParentSkill.c_str(), (*itSkill).second.SkillName.c_str(), count );
nlstop(""); nlstop;
} }
(*itSkill).second.ParentSkillPtr = &((*its).second); (*itSkill).second.ParentSkillPtr = &((*its).second);
(*its).second.Children.push_back(&((*itSkill).second)); (*its).second.Children.push_back(&((*itSkill).second));