# HG changeset patch # User Malte Bayer # Date 1354451082 -3600 # Node ID b2d91fd5d926de7bae36a1f9cbd3393de5f79a65 # Parent fee43a74bed6afe238bcbd1939297d5740a48bf5 #721: fix typo diff -r fee43a74bed6 -r b2d91fd5d926 slotUI/SlotCli.py --- 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