aboutsummaryrefslogtreecommitdiff
path: root/morpion_rec/AmaneSuzuha/amane.ml
diff options
context:
space:
mode:
Diffstat (limited to 'morpion_rec/AmaneSuzuha/amane.ml')
-rw-r--r--morpion_rec/AmaneSuzuha/amane.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/morpion_rec/AmaneSuzuha/amane.ml b/morpion_rec/AmaneSuzuha/amane.ml
index 7ac321f..b8f20e2 100644
--- a/morpion_rec/AmaneSuzuha/amane.ml
+++ b/morpion_rec/AmaneSuzuha/amane.ml
@@ -10,7 +10,7 @@ module Amane : Player.IA = struct
let won_game g = match G.s g with Won _ -> true | _ -> false
- let play g =
+ let play g time =
let cc = G.possibilities g in
match List.partition
(fun act -> won_game (G.play g act))