increase ps_load_time2 and disable td tooltip

This commit is contained in:
Bartek Dobrowolski-Nowakowski
2022-04-20 16:03:31 +02:00
parent 4fef9bd870
commit a33c32bb04
3 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ CheckTurn(x, y, b_size := 2)
for i, c in tc
{
td := Distance(c, color_player)
ToolTipper("Turn" td)
;ToolTipper("Turn" td)
if (td < 20 ){
turn_complete := true
break
@@ -62,7 +62,7 @@ CheckTurnQuick(x, y, color_to_check, b_size := 2)
for i, c in tc
{
td := Distance(c, color_to_check)
ToolTipper("Turn" td)
;ToolTipper("Turn" td)
if (td < 20 ){
turn_complete := true
break