mirror of
https://github.com/rehlds/rehlds.git
synced 2024-12-29 08:05:50 +03:00
Default *pfilename in COM_Log to status.log (#303)
Default filename in COM_Log changed to hllog.txt
This commit is contained in:
parent
73237e884b
commit
bff0dfd7b4
@ -2357,8 +2357,12 @@ void COM_Log(char *pszFile, char *fmt, ...)
|
|||||||
|
|
||||||
if (!pszFile)
|
if (!pszFile)
|
||||||
{
|
{
|
||||||
|
#ifdef REHLDS_FIXES
|
||||||
|
pfilename = "hllog.txt";
|
||||||
|
#else
|
||||||
// Why so serious?
|
// Why so serious?
|
||||||
pfilename = "c:\\hllog.txt";
|
pfilename = "c:\\hllog.txt";
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user