1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

Close #24313 - Add API for setting a car’s ‘isCrashed’ flag

Co-authored-by: Gymnasiast <Gymnasiast@users.noreply.github.com>
This commit is contained in:
Max
2025-05-12 23:42:46 +02:00
committed by GitHub
parent 3529c0be3a
commit 5a95e5e27d
4 changed files with 10 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ namespace OpenRCT2
namespace OpenRCT2::Scripting
{
static constexpr int32_t kPluginApiVersion = 107;
static constexpr int32_t kPluginApiVersion = 108;
// Versions marking breaking changes.
static constexpr int32_t kApiVersionPeepDeprecation = 33;