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

Fix crash in map.getAllEntities("car") when car has an invalid ride

This commit is contained in:
ZeroBreakpoint
2025-04-18 03:18:23 +10:00
committed by GitHub
parent 2249dffe91
commit 76cc04d044
3 changed files with 42 additions and 3 deletions

View File

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