mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Update change log and increment network
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
- Fix: [#3589] Crash due to invalid footpathEntry in path_paint
|
||||
- Fix: [#4455] Crash in window_sign_invalidate due to original bug
|
||||
- Fix: [#4931] Crash in path_paint - footpathentry was null
|
||||
- Fix: [#5629] Issue with tower ride modes approach to station - incorrect sum caused sawtooth in velocity
|
||||
- Fix: [#5768] Prevent loading non-existent title sequences.
|
||||
- Fix: [#5858] Crash when using custom ride with no colour presets.
|
||||
- Fix: [#5872] Incorrect OpenGL rendering of masked sprites
|
||||
|
||||
@@ -55,7 +55,7 @@ extern "C" {
|
||||
// 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 "11"
|
||||
#define NETWORK_STREAM_VERSION "12"
|
||||
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user