1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

add park objective window

This commit is contained in:
IntelOrca
2014-04-14 21:25:20 +01:00
parent b4b885a706
commit 3f59b7ad9e
7 changed files with 383 additions and 2 deletions

View File

@@ -383,6 +383,11 @@ void window_invalidate_by_id(uint16 cls, rct_windownumber number)
}
}
void widget_invalidate(rct_windowclass cls, rct_windownumber number, int widgetIndex)
{
window_invalidate_by_id((widgetIndex << 8) | 0x80 | cls, number);
}
/**
* Initialises scroll widgets to their virtual size.
* rct2: 0x006EAEB8