mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Fix build for latest VS2019
This commit is contained in:
@@ -1205,7 +1205,7 @@ namespace OpenRCT2::Ui::Windows
|
||||
{
|
||||
if (customWidgetInfo->Name == name)
|
||||
{
|
||||
return i;
|
||||
return static_cast<rct_widgetindex>(i);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user