forked from SeAIPalette/SeAIPalette
注释修改
This commit is contained in:
parent
c84e8cea34
commit
99d0bcba45
|
@ -46,7 +46,6 @@ class WildFire(object):
|
|||
visited[next_x, next_y] = True
|
||||
next_node = Node(next_x, next_y, cur_node)
|
||||
if fields[next_x, next_y] == 0:
|
||||
# not visited
|
||||
node = next_node
|
||||
while node.direction is not None:
|
||||
self.actions_to_do.append(node.direction)
|
||||
|
|
Loading…
Reference in New Issue