1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Fix #21507: Expose suggestedGuestMaximum via hook (#21521)

This commit is contained in:
Harry Hopkinson
2024-09-12 01:17:26 +01:00
committed by GitHub
parent 6ee282c8f9
commit 89637013e8
6 changed files with 31 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ namespace OpenRCT2
namespace OpenRCT2::Scripting
{
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 98;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 99;
// Versions marking breaking changes.
static constexpr int32_t API_VERSION_33_PEEP_DEPRECATION = 33;