This commit is contained in:
Xamora 2024-12-15 07:54:42 +01:00
parent 4b54efc178
commit 75eb2904b9
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
a.out
build/
*.o
vgscore*

View file

@ -41,8 +41,6 @@ int move_object(char ***map_t, int pos[], int move) {
map[pos[0]][pos[1]] = '.';
}
else {
map[new_pos[0]][new_pos[1]] = map[pos[0]][pos[1]];
map[pos[0]][pos[1]] = '.';
}
/*if (add_y != 0 && second == 0) {

Binary file not shown.