1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 22:13:07 +01:00

fix widget index size & size for consistency

This commit is contained in:
IntelOrca
2016-01-05 23:16:09 +00:00
parent f4f07ae5bb
commit 50eaa99eac
3 changed files with 3 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ typedef void wndproc(struct rct_window*, union rct_window_event*);
typedef uint8 rct_windowclass;
typedef uint16 rct_windownumber;
typedef sint16 rct_widgetindex;
typedef struct {
rct_windowclass classification;