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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user