1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Rename public interface config data members

This commit is contained in:
Hielke Morsink
2022-10-16 17:47:17 +02:00
parent abac080d3e
commit f605b02630
13 changed files with 102 additions and 103 deletions

View File

@@ -28,7 +28,7 @@ static InGameConsole _inGameConsole;
static FontSpriteBase InGameConsoleGetFontSpriteBase()
{
return (gConfigInterface.console_small_font ? FontSpriteBase::SMALL : FontSpriteBase::MEDIUM);
return (gConfigInterface.ConsoleSmallFont ? FontSpriteBase::SMALL : FontSpriteBase::MEDIUM);
}
static int32_t InGameConsoleGetLineHeight()