From b257cbdf6a26660def8cd5c4d7f22bc81d8c10d7 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Mon, 18 Jun 2018 21:30:03 +0200 Subject: Possibly fixes negative number error, wrong range. But I apparently forgot a file in the last commit... --- src/battlemap/struct/bm_tile.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/battlemap/struct') 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(). -- cgit v1.2.3-70-g09d2