mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 23:04:36 +01:00
@@ -544,7 +544,7 @@ static void window_game_bottom_toolbar_draw_news_item(rct_drawpixelinfo *dpi, rc
|
||||
|
||||
// Text
|
||||
stringId = 1926;
|
||||
// memcpy((char*)language_get_string(1926), &newsItem->colour, 256);
|
||||
// memcpy((char*)language_get_string(1926) + 1, &newsItem->colour, 256);
|
||||
memcpy((void*)0x009B5F2C, &newsItem->colour, 256);
|
||||
x = w->x + (middleOutsetWidget->left + middleOutsetWidget->right) / 2;
|
||||
y = w->y + middleOutsetWidget->top + 11;
|
||||
|
||||
Reference in New Issue
Block a user