Exit with error

This commit is contained in:
kaetemi 2014-06-21 05:46:20 +02:00
parent 502d81c428
commit 9e0b573141

View file

@ -647,8 +647,7 @@ namespace NLGUI
{
if(!parseLUAScript(root))
{
nlwarning ("could not parse 'lua'");
exit( EXIT_FAILURE );
nlerror ("could not parse 'lua'");
}
}
else