Fix compilation errors

This commit is contained in:
dP
2024-02-06 20:35:28 +05:30
parent b2cf3c48fb
commit cdd69a496d
68 changed files with 1194 additions and 1211 deletions
+1 -1
View File
@@ -188,5 +188,5 @@ void VideoDriver::SleepTillNextTick()
*/
/* static */ std::string VideoDriver::GetCaption()
{
return fmt::format("OpenTTD {}", _openttd_revision);
return fmt::format("OpenTTD {} (CityMania Fork)", _openttd_revision);
}