Merge tag '14.1' into 14

This commit is contained in:
2024-05-11 15:45:39 +01:00
107 changed files with 1200 additions and 534 deletions

View File

@@ -117,7 +117,7 @@ void DebugPrint(const char *category, int level, const std::string &message)
#ifdef __ANDROID__
__android_log_print(ANDROID_LOG_INFO, "OpenTTD", "[%s] %s", level, message.c_str());
#endif
if (strcmp(category, "desync") == 0) {
if (strcmp(category, "desync") == 0 && level != 0) {
static FILE *f = FioFOpenFile("commands-out.log", "wb", AUTOSAVE_DIR);
if (f == nullptr) return;