mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 15:54:31 +01:00
Fix REPL write line on Linux
This commit is contained in:
@@ -762,7 +762,7 @@ void game_autosave()
|
||||
}
|
||||
|
||||
if (!scenario_save(path, saveFlags))
|
||||
std::fprintf(stderr, "Could not autosave the scenario. Is the save folder writeable?\n");
|
||||
Console::Error::WriteLine("Could not autosave the scenario. Is the save folder writeable?");
|
||||
}
|
||||
|
||||
static void game_load_or_quit_no_save_prompt_callback(int32_t result, const utf8* path)
|
||||
|
||||
Reference in New Issue
Block a user