From 9b25a45e9014fdcdcd9ec2ae1fda3a62f20ce6b1 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Mon, 26 Jun 2017 16:07:42 +0200 Subject: [PATCH] Remove call to non-existant window class 77 --- src/openrct2/windows/ride_construction.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openrct2/windows/ride_construction.c b/src/openrct2/windows/ride_construction.c index 9de66a5540..0145f96663 100644 --- a/src/openrct2/windows/ride_construction.c +++ b/src/openrct2/windows/ride_construction.c @@ -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; }