Fixed: #897 Missing ; after two nlassert calls

This commit is contained in:
kervala 2010-05-14 14:02:43 +02:00
parent 41a197060a
commit 0e7c1ddfe4

View file

@ -363,7 +363,7 @@ sint main( sint argc, char ** argv )
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 );
nlstop("");
nlstop;
}
(*itSkill).second.ParentSkillPtr = &((*its).second);
(*its).second.Children.push_back(&((*itSkill).second));