summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/map/struct/map_map.erl')
-rw-r--r-- | src/map/struct/map_map.erl | 2 |
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) -> |