This commit is contained in:
Bartek Dobrowolski-Nowakowski
2022-05-05 13:02:46 +02:00
parent 6a598d2cc4
commit 74581278bd
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ CheckTurn(x,y, timeout := 3400, b_size := 2)
; below is only to simulate constant timeouts
; debug start
/*
; /*
loop {
check_turn_now_tick_count := A_TickCount
check_turn_tick_count_from_start_to_now := check_turn_now_tick_count - check_turn_start_tick_count
@@ -39,7 +39,7 @@ CheckTurn(x,y, timeout := 3400, b_size := 2)
}
sleep(500)
}
*/
; */
; debug end
color_player := 0xDE6E70

View File

@@ -43,7 +43,7 @@ Race_PANAM()
; Retry race if time is taking more than 5.5 mins
; (assume something went wrong with race)
;SetTimer, RetryRace, 330000
SetTimer, RetryRace, 330000
;Sleep(race_start_delay)
;controller.Axes.LX.SetState(62) /* before turn 1, to avoid queue of cars */