From: ian Date: Thu, 5 Jan 2006 14:01:00 +0000 (+0000) Subject: bugfixes X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?p=trains.git;a=commitdiff_plain;h=3bae098159fb2e081c4d657b174a09ee6ecf24cf bugfixes --- diff --git a/hostside/stopgap-controller b/hostside/stopgap-controller index df5595b..12959e7 100755 --- a/hostside/stopgap-controller +++ b/hostside/stopgap-controller @@ -494,9 +494,9 @@ proc ask_randspeed {} { } proc ask_manual {rightp} { global pointasked; set pointasked M$rightp } -proc ask_figureeightt {rightp} { global pointasked; set pointasked 0 } -proc ask_loop {rightp} { global pointasked; set pointasked 1 } -proc ask_randpath {rightp} { global pointasked; catch { unset pointasked } } +proc ask_figureeightt {} { global pointasked; set pointasked 0 } +proc ask_loop {} { global pointasked; set pointasked 1 } +proc ask_randpath {} { global pointasked; catch { unset pointasked } } setup gui_init