Fix 95df7ea: Incorrect WindowClasses for deduplicated window descs. (#13412)

This commit is contained in:
SamuXarick 2025-01-30 18:51:09 +00:00 committed by GitHub
parent a252ba3146
commit a4d23c072d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2309,19 +2309,19 @@ static WindowDesc _vehicle_list_desc[] = {
},
{
WDP_AUTO, "list_vehicles_roadveh", 260, 246,
WC_INVALID, WC_NONE,
WC_ROADVEH_LIST, WC_NONE,
{},
_nested_vehicle_list
},
{
WDP_AUTO, "list_vehicles_ship", 260, 246,
WC_INVALID, WC_NONE,
WC_SHIPS_LIST, WC_NONE,
{},
_nested_vehicle_list
},
{
WDP_AUTO, "list_vehicles_aircraft", 260, 246,
WC_INVALID, WC_NONE,
WC_AIRCRAFT_LIST, WC_NONE,
{},
_nested_vehicle_list
}