mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
AI wait fixes
This commit is contained in:
@@ -88,7 +88,6 @@ public class AITest {
|
||||
match.init(players);
|
||||
while (!match.isTerminal()) {
|
||||
final int currentAI = match.getCurrentTurn();
|
||||
|
||||
final long startTime = System.nanoTime();
|
||||
final long move = players[currentAI].getMove(match);
|
||||
final long endTime = System.nanoTime();
|
||||
|
||||
Reference in New Issue
Block a user