This commit is contained in:
pedroBzh 2020-12-02 15:32:40 +01:00
parent ac059e8217
commit 4228a7e1b4
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ int main(void)
}
if(keydown(KEY_F5)&&selecoll==0){
if(sinv==0){sinv=BLOCKS_LEN+1;}
sinv++;
sinv--;
selecoll = 20;
}
if(can_move == 1 && game_map[x/10][y/10+1] == 0){