Not using Weapon anymore.
This commit is contained in:
parent
57d69015c2
commit
7602fb0b31
5 changed files with 9 additions and 55 deletions
|
@ -112,7 +112,6 @@ bool Pathing::random_walk(Point &out, bool random,
|
|||
int cur = $paths[out.y][out.x];
|
||||
|
||||
// pick a random start of directions
|
||||
// BUG: is uniform inclusive of the dir.size()?
|
||||
int rand_start = Random::uniform<int>(0, dist_size);
|
||||
|
||||
// go through all possible directions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue