mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 01:35:06 +01:00
Refactor peep struct
This commit is contained in:
committed by
Michael Steenbeek
parent
453855993d
commit
cdec457abd
@@ -607,7 +607,7 @@ static void window_game_bottom_toolbar_draw_news_item(rct_drawpixelinfo* dpi, rc
|
||||
break;
|
||||
}
|
||||
|
||||
rct_peep* peep = GET_PEEP(newsItem->Assoc);
|
||||
Peep* peep = GET_PEEP(newsItem->Assoc);
|
||||
int32_t clip_x = 10, clip_y = 19;
|
||||
|
||||
if (peep->type == PEEP_TYPE_STAFF && peep->staff_type == STAFF_TYPE_ENTERTAINER)
|
||||
|
||||
Reference in New Issue
Block a user