diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-04-26 03:48:26 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-04-26 03:48:26 +1000 |
commit | 87751c5a84925cbd9d630c65738e0e77b01a66f0 (patch) | |
tree | 9ecfd6479a14fef5916b5dafa056f4d360757e39 /source/core | |
parent | 6369ba9ec72f097d8cc9ab06bed0c6816da516c8 (diff) |
songbook Lua bindings, give NPCs songbooks
Diffstat (limited to 'source/core')
-rw-r--r-- | source/core/StarDataStream.cpp | 2 | ||||
-rw-r--r-- | source/core/StarNetCompatibility.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/core/StarDataStream.cpp b/source/core/StarDataStream.cpp index 520129f..2688123 100644 --- a/source/core/StarDataStream.cpp +++ b/source/core/StarDataStream.cpp @@ -6,7 +6,7 @@ namespace Star { -unsigned const CurrentStreamVersion = 5; // update OpenProtocolVersion too! +unsigned const CurrentStreamVersion = 6; // update OpenProtocolVersion too! DataStream::DataStream() : m_byteOrder(ByteOrder::BigEndian), diff --git a/source/core/StarNetCompatibility.cpp b/source/core/StarNetCompatibility.cpp index c5c1264..220e31e 100644 --- a/source/core/StarNetCompatibility.cpp +++ b/source/core/StarNetCompatibility.cpp @@ -2,6 +2,6 @@ namespace Star { -VersionNumber const OpenProtocolVersion = 5; // update StreamCompatibilityVersion too! +VersionNumber const OpenProtocolVersion = 6; // update StreamCompatibilityVersion too! }
\ No newline at end of file |