summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-02-18 21:47:56 +0100 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-02-18 21:47:56 +0100 |
commit | 265bdd2efca3ea4e94087bee2f55d05527beb2f0 (patch) | |
tree | 8455880960d674277cb3548fca1c5bc1ec71e856 /src/map-editor/src/Comm | |
parent | d39e0230fc26cc1e32d4b2be33fa5f79618f6b11 (diff) |
...
Diffstat (limited to 'src/map-editor/src/Comm')
-rw-r--r-- | src/map-editor/src/Comm/SetMap.elm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map-editor/src/Comm/SetMap.elm b/src/map-editor/src/Comm/SetMap.elm index e43edde..5fceea5 100644 --- a/src/map-editor/src/Comm/SetMap.elm +++ b/src/map-editor/src/Comm/SetMap.elm @@ -17,7 +17,8 @@ type alias MapData = { w : Int, h : Int, - t : (List (List String)) + t : (List (List String)), + m : (Dict.Dict String (List Struct.Location.Type)) } -------------------------------------------------------------------------------- |