mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
Fix many warnings for x64
This commit is contained in:
@@ -134,6 +134,6 @@ void SceneryGroupObject::ReadItems(IStream * stream)
|
||||
items.push_back(entry);
|
||||
}
|
||||
|
||||
_numItems = items.size();
|
||||
_numItems = (uint32)items.size();
|
||||
_items = Memory::DuplicateArray(items.data(), items.size());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user