mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
Finish Removing snake_case from Drawing Methods
This commit is contained in:
@@ -334,7 +334,7 @@ static ScreenCoordsXY WindowMultiplayerInformationGetSize()
|
||||
return _windowInformationSize;
|
||||
}
|
||||
|
||||
int32_t lineHeight = font_get_line_height(FontStyle::Medium);
|
||||
int32_t lineHeight = FontGetLineHeight(FontStyle::Medium);
|
||||
|
||||
// Base dimensions.
|
||||
const int32_t width = 450;
|
||||
|
||||
Reference in New Issue
Block a user