forgot to save a file

pull/1/head
EmaMaker 2019-12-09 21:31:57 +01:00
parent 20b3aa1b0c
commit 0dabecbed5
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ void Goalie::goalie() {
if((ball->angle >= 330 || ball->angle <= 30) && ball->distance > 190) { //storcimento
atk_speed = GOALIE_ATKSPD_STRK; //dove i gigahertz hanno fallito
drive->prepareDrive(atk_direction, atk_speed, 0);
drive->prepareDrive(atk_direction, atk_speed, cstorc);
}
else drive->prepareDrive(atk_direction, atk_speed);
}