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