From 452b5c21ee826454577daaf0ad213bfe3b954f55 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 14 Nov 2019 20:47:29 -0500 Subject: net/ricketyspace/ror/ten/source.rkt: Update draw-dice-world. --- net/ricketyspace/ror/ten/source.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ricketyspace/ror/ten/source.rkt b/net/ricketyspace/ror/ten/source.rkt index cf89642..6fa5228 100644 --- a/net/ricketyspace/ror/ten/source.rkt +++ b/net/ricketyspace/ror/ten/source.rkt @@ -252,7 +252,7 @@ (define (draw-dice-world w) (add-player-info (game-player (dice-world-gt w)) - (add-board-to-scene w (ISCENE)))) + (add-winning-probability w (add-board-to-scene w (ISCENE))))) ;; DiceWorld -> Boolean ;; is it possible to play any moves from this world state? -- cgit v1.2.3