mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 15:54:31 +01:00
Finish Removing snake_case from Drawing Methods
This commit is contained in:
@@ -142,7 +142,7 @@ rct_window* WindowErrorOpen(std::string_view title, std::string_view message)
|
||||
GfxWrapString(buffer.data(), width + 1, FontStyle::Medium, &numLines);
|
||||
|
||||
width = width + 3;
|
||||
int32_t height = (numLines + 1) * font_get_line_height(FontStyle::Medium) + 4;
|
||||
int32_t height = (numLines + 1) * FontGetLineHeight(FontStyle::Medium) + 4;
|
||||
int32_t screenWidth = ContextGetWidth();
|
||||
int32_t screenHeight = ContextGetHeight();
|
||||
const CursorState* state = ContextGetCursorState();
|
||||
|
||||
Reference in New Issue
Block a user