diff --git a/src/battle/script.c b/src/battle/script.c index e8be758..ff1e2e2 100644 --- a/src/battle/script.c +++ b/src/battle/script.c @@ -128,6 +128,8 @@ void runScriptFunction(const char *format, ...) tail = scriptRunner; SDL_LogMessage(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO, "Running script '%s'", funcNameBuffer); + + return; } function = function->next;