diff --git a/bnowakow/old versions/3 GT7-AHK/GT7-AHKv1.00.12_test/Mod/CheckTurn.ahk b/bnowakow/old versions/3 GT7-AHK/GT7-AHKv1.00.12_test/Mod/CheckTurn.ahk index 5b31fdf..0bd1e0d 100644 --- a/bnowakow/old versions/3 GT7-AHK/GT7-AHKv1.00.12_test/Mod/CheckTurn.ahk +++ b/bnowakow/old versions/3 GT7-AHK/GT7-AHKv1.00.12_test/Mod/CheckTurn.ahk @@ -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 diff --git a/bnowakow/old versions/3 GT7-AHK/GT7-AHKv1.00.14_test - modyfied matrix PanAm/Races/PanAm.ahk b/bnowakow/old versions/3 GT7-AHK/GT7-AHKv1.00.14_test - modyfied matrix PanAm/Races/PanAm.ahk index 0441be1..76150ea 100644 --- a/bnowakow/old versions/3 GT7-AHK/GT7-AHKv1.00.14_test - modyfied matrix PanAm/Races/PanAm.ahk +++ b/bnowakow/old versions/3 GT7-AHK/GT7-AHKv1.00.14_test - modyfied matrix PanAm/Races/PanAm.ahk @@ -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 */