diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-30 22:02:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-30 22:10:17 +0300 |
commit | 4d2b3cae0ab00d1ef832f11d14bd299d6d5c2a6b (patch) | |
tree | 143a9b96bc0ad57ea90d466d70c5bc5749daf541 /src/net/tmwa/network.cpp | |
parent | bb5d5bfd20c09952cfb3b9881b90177b0c34aac7 (diff) | |
download | plus-4d2b3cae0ab00d1ef832f11d14bd299d6d5c2a6b.tar.gz plus-4d2b3cae0ab00d1ef832f11d14bd299d6d5c2a6b.tar.bz2 plus-4d2b3cae0ab00d1ef832f11d14bd299d6d5c2a6b.tar.xz plus-4d2b3cae0ab00d1ef832f11d14bd299d6d5c2a6b.zip |
add support for temporary replace background music on given map by server.
Diffstat (limited to 'src/net/tmwa/network.cpp')
-rw-r--r-- | src/net/tmwa/network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/network.cpp b/src/net/tmwa/network.cpp index 1ed7ee581..24615ab16 100644 --- a/src/net/tmwa/network.cpp +++ b/src/net/tmwa/network.cpp @@ -78,7 +78,7 @@ int16_t packet_lengths[] = // #0x0200 26, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 19, 10, 0, 0, 0, 2, -1, 16, 0, 8, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - -1, 122, -1, -1, -1, -1, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, + -1, 122, -1, -1, -1, -1, 10, -1, 0, 0, 0, 0, 0, 0, 0, 0, }; static const int packet_lengths_size |