mirror of
https://github.com/Noratrieb/minmax.git
synced 2026-01-14 15:25:08 +01:00
Another fix
This commit is contained in:
parent
53bd5cdfde
commit
6172250ff5
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ impl Game for Connect4 {
|
||||||
|
|
||||||
if self[pos].is_some() {
|
if self[pos].is_some() {
|
||||||
self[pos] = None;
|
self[pos] = None;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue