mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 14:39:03 +00:00
little fix
This commit is contained in:
parent
da93b0a078
commit
779d4e02a4
1 changed files with 2 additions and 1 deletions
|
@ -1356,6 +1356,7 @@ static void PrintToLog(const char* format, ...)
|
||||||
|
|
||||||
printf("%s", tmp);
|
printf("%s", tmp);
|
||||||
#if SCRIPT_LOG_FILE_LEVEL == 1 || SCRIPT_LOG_FILE_LEVEL == 2
|
#if SCRIPT_LOG_FILE_LEVEL == 1 || SCRIPT_LOG_FILE_LEVEL == 2
|
||||||
|
if (dbg_log)
|
||||||
fwrite(tmp, 1, strlen(tmp), dbg_log);
|
fwrite(tmp, 1, strlen(tmp), dbg_log);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue