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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user