1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Merge pull request #626 from duncanspumpkin/fix_621

Fixed staff hire crash
This commit is contained in:
Ted John
2014-12-08 16:25:51 +00:00

View File

@@ -1188,7 +1188,7 @@ void window_staff_overview_tool_abort(){
sprite_move(w->var_48C, peep->y, peep->z + 8, (rct_sprite*)peep);
invalidate_sprite((rct_sprite*)peep);
if (peep->x != 0x8000){
if (peep->x != (sint16)0x8000){
peep_decrement_num_riders(peep);
peep->state = PEEP_STATE_FALLING;
peep_window_state_update(peep);