mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix Engine Error bug
This commit is contained in:
parent
03b5f18435
commit
3a852b63d2
@ -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);
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user