1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Use sint32

This commit is contained in:
Ted John
2017-01-24 17:04:03 +00:00
parent c699c91348
commit c40df001ca

View File

@@ -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();