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
+1 -1
View File
@@ -61,7 +61,7 @@ void VideoDriver_Null::MainLoop()
::InputLoop();
::UpdateWindows();
if (old_tick != TimerGameTick::counter) i++;
else _pause_mode = PM_UNPAUSED;
else _pause_mode = {};
}
IConsolePrint(CC_DEFAULT, "Null driver ran for {} tics, save: {}", this->ticks, this->savefile);
if (!this->savefile.empty()) {