[main.c] (minor) Fixed the drill toggle

This commit is contained in:
KikooDX 2020-05-18 15:17:17 +02:00
parent 371fe1521e
commit 3d0955c1ed
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ int main(void)
}
drill_buffer = 1;
}
else drill_buffer = 1;
else drill_buffer = 0;
//horizontal movement & collision
{
move = 0;