diff --git a/source/creator/creator.c b/source/creator/creator.c index 83741a64ace..67932bcfb30 100644 --- a/source/creator/creator.c +++ b/source/creator/creator.c @@ -773,6 +773,7 @@ static int set_engine(int argc, const char **argv, void *data) } else { printf("\nError: engine not found '%s'\n", argv[1]); + exit(1); } } else {