mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
Codechange: make Subdirectory a scoped enum
This commit is contained in:
committed by
Peter Nelson
parent
93a6aa77c6
commit
5aae8e2d64
@@ -1148,7 +1148,7 @@ void NetworkGameLoop()
|
||||
|
||||
#ifdef DEBUG_DUMP_COMMANDS
|
||||
/* Loading of the debug commands from -ddesync>=1 */
|
||||
static auto f = FioFOpenFile("commands.log", "rb", SAVE_DIR);
|
||||
static auto f = FioFOpenFile("commands.log", "rb", Subdirectory::Save);
|
||||
static TimerGameEconomy::Date next_date(0);
|
||||
static uint32_t next_date_fract;
|
||||
static CommandPacket *cp = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user