regain vs compatibility

This commit is contained in:
suchmememanyskill
2021-07-28 00:46:39 +02:00
parent 74b6106f26
commit 87fb740602
3 changed files with 23 additions and 33 deletions

View File

@@ -14,5 +14,7 @@ void printScriptError(u8 errLevel, char* message, ...) {
if (errLevel < SCRIPT_WARN)
gfx_printf("\nError occured on or near line %d\n", (u32)scriptCurrentLine);
va_end(args);
hidWait();
#ifndef WIN32
hidWait();
#endif
}