slotUI/SlotCli.py

changeset 104
95b2c23cb973
parent 103
52fd4283cd2c
child 106
11fabe1f7c40
equal deleted inserted replaced
103:52fd4283cd2c 104:95b2c23cb973
460 if (devtype == 4): 460 if (devtype == 4):
461 # pitlane sent something 461 # pitlane sent something
462 if (status == 5): 462 if (status == 5):
463 self.slot[slot]["status"] = "PITLANE" 463 self.slot[slot]["status"] = "PITLANE"
464 trigger_sound("pitlane_enter") 464 trigger_sound("pitlane_enter")
465 if (status == 6): 465 if (status == 7):
466 self.slot[slot]["status"] = "IN-RACE" 466 self.slot[slot]["status"] = "IN-RACE"
467 trigger_sound("pitlane_exit") 467 trigger_sound("pitlane_exit")
468 468
469 self.render_slots() 469 self.render_slots()
470 470

mercurial