mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
fix #606, track names in track select window writing one byte out
This commit is contained in:
@@ -628,7 +628,7 @@ static void window_track_list_scrollpaint()
|
||||
}
|
||||
|
||||
// Draw track name
|
||||
window_track_list_format_name((char*)0x009BC678, trackDesignItem, 0);
|
||||
window_track_list_format_name((char *)language_get_string(3165), trackDesignItem, 0);
|
||||
stringId2 = 3165;
|
||||
gfx_draw_string_left(dpi, stringId, &stringId2, 0, x, y - 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user