1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

StaffHireNewAction: use peep anim objects; bump network version

This commit is contained in:
Aaron van Geffen
2024-12-05 15:29:34 +01:00
parent 7e3fe58067
commit 3cc8aec6b9
4 changed files with 38 additions and 45 deletions

View File

@@ -50,7 +50,7 @@ using namespace OpenRCT2;
// It is used for making sure only compatible builds get connected, even within
// single OpenRCT2 version.
constexpr uint8_t kNetworkStreamVersion = 0;
constexpr uint8_t kNetworkStreamVersion = 1;
const std::string kNetworkStreamID = std::string(OPENRCT2_VERSION) + "-" + std::to_string(kNetworkStreamVersion);