chiark / gitweb /
bugfixes
authorian <ian>
Thu, 5 Jan 2006 14:01:00 +0000 (14:01 +0000)
committerian <ian>
Thu, 5 Jan 2006 14:01:00 +0000 (14:01 +0000)
hostside/stopgap-controller

index df5595bcdb67f72b495c65faed53dd4396fce364..12959e7fc414a65e72116cb3ede0de3a6ae62d23 100755 (executable)
@@ -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