1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Merge pull request #1295 from trigger-death/fix-fire-prompt-transparency

Fixed fire prompt transparency issue
This commit is contained in:
Ted John
2015-06-10 16:58:31 +01:00

View File

@@ -99,6 +99,8 @@ void window_staff_fire_prompt_open(rct_peep* peep){
window_init_scroll_widgets(w);
colour_scheme_update(w);
w->flags |= WF_TRANSPARENT;
w->number = peep->sprite_index;
}