1
0
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:
Marijn van der Werf
2016-07-14 14:07:49 +02:00
committed by Michael Steenbeek
parent fb456a86ea
commit 5204fb0ce9
109 changed files with 4371 additions and 2651 deletions

View File

@@ -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);
}