1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +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

@@ -64,7 +64,7 @@ void StexObject::DrawPreview(rct_drawpixelinfo * dpi, sint32 width, sint32 heigh
// 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);
}
const utf8 * StexObject::GetName() const