Bump the protocol version because Chris Speck's changes broke the backward compatibility.
This commit is contained in:
parent
2a991c9874
commit
4049acd84e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
// I am not aware of any platforms that don't use 4 bytes for float
|
// I am not aware of any platforms that don't use 4 bytes for float
|
||||||
// and 8 bytes for double.
|
// and 8 bytes for double.
|
||||||
|
|
||||||
const uint32_t FG_NET_FDM_VERSION = 24;
|
const uint32_t FG_NET_FDM_VERSION = 25;
|
||||||
|
|
||||||
|
|
||||||
// Define a structure containing the top level flight dynamics model
|
// Define a structure containing the top level flight dynamics model
|
||||||
|
|
Loading…
Reference in a new issue