1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 13:09:15 +00:00

(svn r11584) -Change: add some extra checking in the hope to find the cause of FS#1482.

This commit is contained in:
rubidium
2007-12-06 22:29:47 +00:00
parent dd68a34e26
commit 42dbdbb7f9
4 changed files with 20 additions and 1 deletions

View File

@@ -1466,7 +1466,7 @@ bool IsNetworkCompatibleVersion(const char *other)
#ifdef DEBUG_DUMP_COMMANDS
void CDECL debug_dump_commands(const char *s, ...)
{
static FILE *f = FioFOpenFile("commands-out.log", "wb", SAVE_DIR);
static FILE *f = FioFOpenFile("commands-out.log", "wb", AUTOSAVE_DIR);
if (f == NULL) return;
va_list va;