mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 19:43:06 +01:00
Fix more build errors
This commit is contained in:
@@ -1134,7 +1134,7 @@ namespace OpenRCT2
|
||||
|
||||
template<typename T> void ParkFile::ReadEntitiesOfType(OrcaStream::ChunkStream& cs)
|
||||
{
|
||||
auto t = cs.Read<EntityType>();
|
||||
[[maybe_unused]] auto t = cs.Read<EntityType>();
|
||||
assert(t == T::cEntityType);
|
||||
auto count = cs.Read<uint16_t>();
|
||||
for (auto i = 0; i < count; ++i)
|
||||
|
||||
Reference in New Issue
Block a user