summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/io')
-rw-r--r-- | src/io/database_shim.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/database_shim.erl b/src/io/database_shim.erl index 243051b..d4f80cb 100644 --- a/src/io/database_shim.erl +++ b/src/io/database_shim.erl @@ -41,7 +41,7 @@ generate_char_instances (Battlemap, Characters) -> (rand:uniform(2) - 1), % team, { rand:uniform(battlemap:get_width(Battlemap) - 1), % X - rand:uniform(battlemap:get_heigth(Battlemap) - 1) % Y + rand:uniform(battlemap:get_height(Battlemap) - 1) % Y } ) } |