Fix shameful bug that made me crazy and that made the loser of a round start the next

This commit is contained in:
Tissevert 2020-01-17 21:33:01 +01:00
parent 7b0d873558
commit 4436ea10f7
1 changed files with 1 additions and 1 deletions

View File

@ -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