From 4436ea10f72173eb5ea888b3f969c35e6c88826d Mon Sep 17 00:00:00 2001 From: Tissevert Date: Fri, 17 Jan 2020 21:33:01 +0100 Subject: [PATCH] Fix shameful bug that made me crazy and that made the loser of a round start the next --- src/Game.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Game.hs b/src/Game.hs index bb48118..794d177 100644 --- a/src/Game.hs +++ b/src/Game.hs @@ -116,7 +116,7 @@ merge public private = KoiKoi.Game { mapWithKey (privatePlayer $ players public) (hands private) , KoiKoi.playing = playing public , KoiKoi.winning = winning public - , KoiKoi.oyake = winning public + , KoiKoi.oyake = oyake public , KoiKoi.deck = deck private , KoiKoi.river = river public , KoiKoi.step = step public