diff options
| author | Scott Gasch <[email protected]> | 2026-08-24 19:31:36 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2026-08-24 19:31:36 -0700 |
| commit | 29d73f4dd59554a349aa8e86e5ea65f28c912ec9 (patch) | |
| tree | 05e8dcbe6eb3c2f6d8bfd7c8065c250b2734254c /src/chess.h | |
| parent | c5ca1a37b0614f5cb55499692a7f61775f81d1eb (diff) | |
Started doing texel eval tuning.
Diffstat (limited to 'src/chess.h')
| -rwxr-xr-x | src/chess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chess.h b/src/chess.h index 562aca8..245a3b0 100755 --- a/src/chess.h +++ b/src/chess.h @@ -1498,7 +1498,7 @@ UtilPanic(ULONG uPanicCode, // // main.c // -#define LOGFILE_NAME "typhoon.log" +#define LOGFILE_NAME "/usr/local/tmp/typhoon.log" extern FILE *g_pfLogfile; void |
