summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/battlemap/struct/bm_tile.erl')
-rw-r--r-- | src/battlemap/struct/bm_tile.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battlemap/struct/bm_tile.erl b/src/battlemap/struct/bm_tile.erl index 36c22dc..f8ce633 100644 --- a/src/battlemap/struct/bm_tile.erl +++ b/src/battlemap/struct/bm_tile.erl @@ -58,7 +58,7 @@ class_id_to_type_id (ClassID) -> 0 -> 0; 1 -> 1; 2 -> 2; - N when ((N >= 3) and (N =< 16)) -> 3 + N when ((N >= 3) and (N =< 17)) -> 3 end. -spec from_id (id()) -> type(). |