From 87386e8b148c2536214fdaf6c3140853c751d7b4 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 8 Mar 2015 15:14:07 +0100 Subject: Showing the score at the end of each round --- src/Update/Update.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Update') diff --git a/src/Update/Update.elm b/src/Update/Update.elm index 7cf4dee..ab68d2e 100644 --- a/src/Update/Update.elm +++ b/src/Update/Update.elm @@ -31,7 +31,7 @@ update input game = | time <- 0 , currentScore <- 0 , cloud <- initCloud - , rounds <- (Round game.time game.currentScore) :: game.rounds + , rounds <- game.rounds `List.append` [Round game.time game.currentScore] } else let newTime = game.time + input.delta -- cgit v1.2.3