.
This commit is contained in:
parent
4b54efc178
commit
75eb2904b9
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
a.out
|
||||
build/
|
||||
*.o
|
||||
vgscore*
|
||||
|
|
|
@ -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) {
|
||||
|
|
BIN
15/vgcore.20601
BIN
15/vgcore.20601
Binary file not shown.
Loading…
Reference in a new issue