summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/battle/movement.erl')
-rw-r--r--src/battle/movement.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle/movement.erl b/src/battle/movement.erl
index 720b60c..588fad9 100644
--- a/src/battle/movement.erl
+++ b/src/battle/movement.erl
@@ -49,7 +49,7 @@ cross (Battlemap, ForbiddenLocations, [Step|NextSteps], Cost, Location) ->
-spec cross
(
battlemap:struct(),
- array:array(location:type()),
+ list(location:type()),
list(direction:enum()),
location:type()
)