Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tile_num_in_direction can be called with either integer or pointer a…
…s the origin argument. Fixes alexbatalov#409 Both variants are used in the ecdogmet.ssl script: ``` tile_num_in_direction(self_tile, Random(0, 5), 1); tile_num_in_direction(dude_obj, Random(0, 5), Random(5, 10)); ```
- Loading branch information