Actualizado gitignore

This commit is contained in:
2022-08-08 18:35:04 +02:00
parent e10fac33ec
commit 2b2b822540
4 changed files with 1 additions and 7 deletions

View File

@@ -17,8 +17,6 @@ Map::~Map()
sprite_actor = nullptr;
background = nullptr;
//free(tile);
//free(actor);
delete[] tile;
delete[] actor;
}
@@ -38,8 +36,6 @@ void Map::init(SDL_Renderer *renderer, LTexture *texture1, LTexture *texture2, L
src_rect = {0, 0, 0, 0};
dst_rect = {0, 0, 0, 0};
//tile = (Uint8 *)malloc(1000 * sizeof(Uint8));
//actor = (Uint8 *)malloc(1000 * sizeof(Uint8));
w = 0;
h = 0;
room = 0;