1
0
Fork 0

Bump the protocol version because Chris Speck's changes broke the backward compatibility.

This commit is contained in:
Bertrand Coconnier 2020-10-02 21:30:54 +02:00
parent 2a991c9874
commit 4049acd84e

View file

@ -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