summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-11-14 20:47:29 -0500
committerrsiddharth <s@ricketyspace.net>2019-11-14 20:47:29 -0500
commit452b5c21ee826454577daaf0ad213bfe3b954f55 (patch)
tree5eb191e3bca8ec881a0f07dbae7d1af99b8e78c5
parentda4e220f0b068cfeefadaa1f5920cf776e57ad59 (diff)
net/ricketyspace/ror/ten/source.rkt: Update draw-dice-world.
-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?