mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 22:34:33 +01:00
Update changelog and network version
This commit is contained in:
@@ -51,7 +51,7 @@ typedef struct GameAction GameAction;
|
||||
// This define specifies which version of network stream current build uses.
|
||||
// It is used for making sure only compatible builds get connected, even within
|
||||
// single OpenRCT2 version.
|
||||
#define NETWORK_STREAM_VERSION "29"
|
||||
#define NETWORK_STREAM_VERSION "30"
|
||||
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -246,7 +246,7 @@ enum {
|
||||
VEHICLE_ENTRY_FLAG_SPINNING = 1 << 18,
|
||||
VEHICLE_ENTRY_FLAG_POWERED = 1 << 19,
|
||||
VEHICLE_ENTRY_FLAG_RIDERS_SCREAM = 1 << 20,
|
||||
VEHICLE_ENTRY_FLAG_21 = 1 << 21,
|
||||
VEHICLE_ENTRY_FLAG_21 = 1 << 21,// Swinging coaster??
|
||||
VEHICLE_ENTRY_FLAG_BOAT_HIRE_COLLISION_DETECTION = 1 << 22,
|
||||
VEHICLE_ENTRY_FLAG_VEHICLE_ANIMATION = 1 << 23, // Set on animated vehicles like the Multi-dimension coaster trains, Miniature Railway locomotives and Helicycles.
|
||||
VEHICLE_ENTRY_FLAG_RIDER_ANIMATION = 1 << 24, // Set when the animation updates rider sprite positions
|
||||
|
||||
Reference in New Issue
Block a user