Fix compilation errors after the merge

This commit is contained in:
dP
2025-06-27 18:03:03 +05:00
parent f0f93c68ca
commit 0fe7c3635c
85 changed files with 1926 additions and 1971 deletions

View File

@@ -7,6 +7,7 @@
/** @file openttd.cpp Functions related to starting OpenTTD. */
#include "openttd.h"
#include "stdafx.h"
#include "blitter/factory.hpp"
@@ -1304,7 +1305,7 @@ void StateGameLoop()
}
if (citymania::_pause_countdown > 0 && --citymania::_pause_countdown == 0) {
_pause_mode = PM_PAUSED_NORMAL;
_pause_mode = PauseMode::Normal;
SetWindowDirty(WC_MAIN_TOOLBAR, 0);
}