mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-21 19:31:21 +00:00
NX: Restore error.log dumping...
This commit is contained in:
parent
e0896c1e63
commit
daaa4427ea
1 changed files with 2 additions and 2 deletions
|
@ -209,12 +209,12 @@ void Sys_Error (const char *error, ...)
|
|||
q_vsnprintf (text, sizeof(text), error, argptr);
|
||||
va_end (argptr);
|
||||
|
||||
/*f = fopen ("/switch/nzportable/error.log", "w");
|
||||
f = fopen ("/switch/nzportable/error.log", "w");
|
||||
if (f)
|
||||
{
|
||||
fprintf (f, "Error: %s\n", text);
|
||||
fclose (f);
|
||||
}*/
|
||||
}
|
||||
|
||||
fputs (errortxt1, stderr);
|
||||
Host_Shutdown ();
|
||||
|
|
Loading…
Reference in a new issue