Fix Engine Error bug

This commit is contained in:
Amos 2022-02-06 15:43:05 +01:00
parent 03b5f18435
commit 3a852b63d2

View File

@ -26,7 +26,7 @@ void HSys_Error(char* fmt, ...)
va_end(args);
DevMsg(eDLL_T::ENGINE, "%s\n", buf);
Sys_Error(buf);
return Sys_Error(buf);
}
//-----------------------------------------------------------------------------