1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +01:00

Remove old serialiser of steam particle (#14624)

* Remove old serialiser of steam particle

accidentally missed this in the network serialiser branch

* Update replays
This commit is contained in:
Duncan
2021-05-11 09:36:00 +01:00
committed by GitHub
parent 975ed665f8
commit ae66592c2b
3 changed files with 4 additions and 5 deletions

View File

@@ -107,7 +107,6 @@ struct GameStateSnapshot_t
break;
case EntityType::SteamParticle:
reinterpret_cast<SteamParticle&>(sprite).Serialise(ds);
ds << reinterpret_cast<uint8_t(&)[sizeof(SteamParticle)]>(sprite.steam_particle);
break;
case EntityType::Null:
break;