Bug going down two times with permissions, on without them.

This commit is contained in:
sergiotarxz 2021-12-11 00:13:02 +01:00
parent 51e9f6a8d5
commit 054b361ae2
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ l3tde_game_loop (L3TDEGamePtr game) {
is_movement = true;
dest_x = game->x_pos;
dest_y = game->y_pos + 1;
(game->y_pos)++;
}
break;
case KEY_RIGHT: