diff options
author | gumi <mekolat@users.noreply.github.com> | 2016-11-27 13:25:54 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2016-11-27 13:25:54 -0500 |
commit | 9cd9cfa8dcc408b5037e4693f5520fc424240e21 (patch) | |
tree | 979e095a276dbe040b938b23e237c4fb34419419 /tools/protocol.py | |
parent | f604a13e791eecdef273d517f7f6f566383cde28 (diff) | |
download | tmwa-9cd9cfa8dcc408b5037e4693f5520fc424240e21.tar.gz tmwa-9cd9cfa8dcc408b5037e4693f5520fc424240e21.tar.bz2 tmwa-9cd9cfa8dcc408b5037e4693f5520fc424240e21.tar.xz tmwa-9cd9cfa8dcc408b5037e4693f5520fc424240e21.zip |
force sending .gat extension for SMSG_SET_TILES_TYPE
Diffstat (limited to 'tools/protocol.py')
-rwxr-xr-x | tools/protocol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/protocol.py b/tools/protocol.py index 7a5542a..1a87263 100755 --- a/tools/protocol.py +++ b/tools/protocol.py @@ -4806,7 +4806,7 @@ def build_context(): at(8, u16, 'y2'), at(10, u32, 'mask'), at(14, u32, 'unused layer'), - at(18, map_name, 'map'), + at(18, str16, 'map'), ], fixed_size=34, pre=[NOTHING], |