Fix more build errors

This commit is contained in:
Ted John 2021-03-29 19:40:36 +01:00
parent 3496078bc9
commit ac52a16c9f
1 changed files with 1 additions and 1 deletions

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)