Exit with error

hg/feature/game-device
kaetemi 11 years ago
parent cf3e779ae9
commit 5cb8a7700e

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

Loading…
Cancel
Save