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

Rename subposition rotations to yaw, pitch, roll

This commit is contained in:
Bas
2022-08-21 22:08:22 +02:00
parent 8c39881353
commit 885be63797
3 changed files with 11 additions and 10 deletions

View File

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