summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ricketyspace/ror/ten/source.rkt2
1 files changed, 1 insertions, 1 deletions
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?