mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 13:03:11 +01:00
Use sint32
This commit is contained in:
@@ -221,7 +221,7 @@ static void window_staff_list_mouseup(rct_window *w, sint32 widgetIndex)
|
||||
break;
|
||||
case WIDX_STAFF_LIST_HIRE_BUTTON:
|
||||
{
|
||||
int staffType = _windowStaffListSelectedTab;
|
||||
sint32 staffType = _windowStaffListSelectedTab;
|
||||
if (staffType == STAFF_TYPE_ENTERTAINER)
|
||||
{
|
||||
uint8 costume = window_staff_list_get_random_entertainer_costume();
|
||||
|
||||
Reference in New Issue
Block a user