Skip to content

Commit 86409bf

Browse files
committed
color * output afterall
1 parent ff780bf commit 86409bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gamesolver.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ class GameSolver {
6868
}
6969
}
7070

71-
// or = color * output? need to think about it. either way it works o.O
72-
data[game.getTuples()] = output;
73-
tt[game.getHash()] = output;
71+
data[game.getTuples()] = color * output;
72+
tt[game.getHash()] = color * output;
7473

7574
return output;
7675
}

0 commit comments

Comments
 (0)