From df54ba490259e1eb1e7c8133903417579ec4f400 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Wed, 12 Jun 2019 09:57:13 +0200 Subject: Adds more funs to handle map markers. Using map markers to handle attacks of opportunity appears to be a bad idea: while it does make their detection very cheap, this leads to having frequent (and rather large) updates to the markers. --- src/shared/reply/shr_set_map.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/reply') diff --git a/src/shared/reply/shr_set_map.erl b/src/shared/reply/shr_set_map.erl index 170f73c..e086ca5 100644 --- a/src/shared/reply/shr_set_map.erl +++ b/src/shared/reply/shr_set_map.erl @@ -19,7 +19,7 @@ -spec generate ( non_neg_integer(), - fun ((shr_tile_instance:trigger_name()) -> boolean()), + fun ((shr_map_marker:name()) -> boolean()), shr_map:type() ) -> {list(any())}. -- cgit v1.2.3-70-g09d2