mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 21:13:05 +01:00
Clean up string and sprite ID's (#3977)
This commit is contained in:
committed by
Michael Steenbeek
parent
fb456a86ea
commit
5204fb0ce9
@@ -63,5 +63,5 @@ void WaterObject::DrawPreview(rct_drawpixelinfo * dpi, sint32 width, sint32 heig
|
||||
// Write (no image)
|
||||
sint32 x = width / 2;
|
||||
sint32 y = height / 2;
|
||||
gfx_draw_string_centred(dpi, 3326, x, y, 0, nullptr);
|
||||
gfx_draw_string_centred(dpi, STR_WINDOW_NO_IMAGE, x, y, 0, nullptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user