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

Remove call to non-existant window class 77

This commit is contained in:
Gymnasiast
2017-06-26 16:07:42 +02:00
parent 06859c90c2
commit 9b25a45e90

View File

@@ -4077,7 +4077,6 @@ void game_command_callback_place_ride_entrance_or_exit(sint32 eax, sint32 ebx, s
}
} else {
gRideEntranceExitPlaceType ^= 1;
window_invalidate_by_class(77);
gCurrentToolWidget.widget_index = (gRideEntranceExitPlaceType == ENTRANCE_TYPE_RIDE_ENTRANCE) ?
WIDX_ENTRANCE : WIDX_EXIT;
}