diff --git a/collects/htdp/master.ss b/collects/htdp/master.ss index e1e433920d..e33ec4a0b6 100644 --- a/collects/htdp/master.ss +++ b/collects/htdp/master.ss @@ -128,7 +128,8 @@ (define (master/proc cg) (check-proc 'master cg 4 'first 'arguments) (set! check-guess cg) - (send frame show #t)) + (send frame show #t) + #t) #| ------------------------------------------------------------------------ Setting up the buttons |#