mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: #897 Missing ; after two nlassert calls
This commit is contained in:
parent
2cff7c421a
commit
065d21150b
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue