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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user