#721: fix typo

Sun, 02 Dec 2012 13:24:42 +0100

author
Malte Bayer <mbayer@neo-soft.org>
date
Sun, 02 Dec 2012 13:24:42 +0100
changeset 113
b2d91fd5d926
parent 112
fee43a74bed6
child 114
313aad7435a8

#721: fix typo

slotUI/SlotCli.py file | annotate | diff | comparison | revisions
--- a/slotUI/SlotCli.py	Sun Oct 28 20:09:28 2012 +0100
+++ b/slotUI/SlotCli.py	Sun Dec 02 13:24:42 2012 +0100
@@ -395,7 +395,7 @@
                 cli.box.speedminimum(5, self.slot[5]["drive"])
             elif key == ord('x'):
                 if self.slot[5]["drive"] < 16: self.slot[5]["drive"] += 1
-                cli.box.speedminimum(5, self.slot[4]["drive"])
+                cli.box.speedminimum(5, self.slot[5]["drive"])
             elif key == ord('t'):
                 tmp = self.readInt("Set new Race TIME limit", self.timelimit)
                 if tmp: self.timelimit = tmp

mercurial