diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-11-27 13:37:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-27 13:37:50 -0500 |
commit | ba4519c3bdd23aec75ecf96e688d9e65e267d256 (patch) | |
tree | 0cd2bca0cd5f6b2b19994530e806e12e42e9d83d /tools | |
parent | f604a13e791eecdef273d517f7f6f566383cde28 (diff) | |
parent | 872a913d2d3958f4010119b037b8b32cdc67566f (diff) | |
download | tmwa-ba4519c3bdd23aec75ecf96e688d9e65e267d256.tar.gz tmwa-ba4519c3bdd23aec75ecf96e688d9e65e267d256.tar.bz2 tmwa-ba4519c3bdd23aec75ecf96e688d9e65e267d256.tar.xz tmwa-ba4519c3bdd23aec75ecf96e688d9e65e267d256.zip |
Merge pull request #232 from mekolat/tilesv16.11.28
bug roundup
Diffstat (limited to 'tools')
-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], |