summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-08-03 18:00:52 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-08-03 18:00:52 +0200
commit0dd600defd67221fce342315bddb873cf5686eea (patch)
tree6ed2a88db2e101e9a907412c793139a2cc66ad7e /src/map/struct/map_map.erl
parentc012ed837e05bbdf69ca0dc418d86291687298af (diff)
Got it to work and look okay. Only for map-editor.map-handler
Diffstat (limited to 'src/map/struct/map_map.erl')
-rw-r--r--src/map/struct/map_map.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/struct/map_map.erl b/src/map/struct/map_map.erl
index db7ea3e..3c25034 100644
--- a/src/map/struct/map_map.erl
+++ b/src/map/struct/map_map.erl
@@ -91,7 +91,7 @@ get_tile_instance (Location, Map) ->
binary(),
non_neg_integer(),
non_neg_integer(),
- list({non_neg_integer(), non_neg_integer(), non_neg_integer()})
+ list(list(non_neg_integer()))
)
-> type().
from_list (ID, Owner, Width, Height, List) ->