This commit is contained in:
fl3ka 2024-06-04 15:34:28 +02:00
parent a7502e370c
commit c1be553425

View File

@ -126,7 +126,7 @@ wrefresh(win2);
wrefresh(win); wrefresh(win);
if (count >= 5 && diff != 50){ if (count >= 5 && diff != 50){
count = 0; count = 0;
diff -= 10;} diff -= 30;}
this_thread::sleep_for(chrono::milliseconds(diff)); this_thread::sleep_for(chrono::milliseconds(diff));
} }