1
0
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:
Ted John
2021-03-29 19:40:36 +01:00
parent 3496078bc9
commit ac52a16c9f

View File

@@ -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)