Fix compilation errors
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user