diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ac35254b4..35bcea5103 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,9 +50,9 @@ set(OBJECTS_VERSION "1.0.21") set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v${OBJECTS_VERSION}/objects.zip") set(OBJECTS_SHA1 "c38af45d51a6e440386180feacf76c64720b6ac5") -set(REPLAYS_VERSION "0.0.42") +set(REPLAYS_VERSION "0.0.43") set(REPLAYS_URL "https://github.com/OpenRCT2/replays/releases/download/v${REPLAYS_VERSION}/replays.zip") -set(REPLAYS_SHA1 "C60FC1D6526DB8EDDF4AFBB0EE52A4A0D561646E") +set(REPLAYS_SHA1 "269E4FC432A73AE9A5D601EC2A1C882F3D9BDF3C") option(FORCE32 "Force 32-bit build. It will add `-m32` to compiler flags.") option(WITH_TESTS "Build tests") diff --git a/openrct2.proj b/openrct2.proj index 9b65ce4632..999ffe9873 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -48,8 +48,8 @@ 304d13a126c15bf2c86ff13b81a2f2cc1856ac8d https://github.com/OpenRCT2/objects/releases/download/v1.0.21/objects.zip c38af45d51a6e440386180feacf76c64720b6ac5 - https://github.com/OpenRCT2/replays/releases/download/v0.0.42/replays.zip - C60FC1D6526DB8EDDF4AFBB0EE52A4A0D561646E + https://github.com/OpenRCT2/replays/releases/download/v0.0.43/replays.zip + 269E4FC432A73AE9A5D601EC2A1C882F3D9BDF3C diff --git a/src/openrct2/GameStateSnapshots.cpp b/src/openrct2/GameStateSnapshots.cpp index 5170dadf66..81dd8eeb94 100644 --- a/src/openrct2/GameStateSnapshots.cpp +++ b/src/openrct2/GameStateSnapshots.cpp @@ -107,7 +107,6 @@ struct GameStateSnapshot_t break; case EntityType::SteamParticle: reinterpret_cast(sprite).Serialise(ds); - ds << reinterpret_cast(sprite.steam_particle); break; case EntityType::Null: break;