mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 01:35:06 +01:00
Use nullptr where possible
This commit is contained in:
committed by
GitHub
parent
56ab7e9c09
commit
b2bc974fe7
@@ -435,7 +435,7 @@ void window_editor_bottom_toolbar_paint(rct_window *w, rct_drawpixelinfo *dpi)
|
||||
window_editor_bottom_toolbar_widgets[WIDX_NEXT_IMAGE].left) / 2 + w->x;
|
||||
sint16 stateY = w->height - 0x0C + w->y;
|
||||
gfx_draw_string_centred(dpi, EditorStepNames[gS6Info.editor_step],
|
||||
stateX, stateY, NOT_TRANSLUCENT(w->colours[2]) | COLOUR_FLAG_OUTLINE, 0);
|
||||
stateX, stateY, NOT_TRANSLUCENT(w->colours[2]) | COLOUR_FLAG_OUTLINE, nullptr);
|
||||
|
||||
if (drawPreviousButton) {
|
||||
gfx_draw_sprite(dpi, SPR_PREVIOUS,
|
||||
|
||||
Reference in New Issue
Block a user