Actualizados los include a utils con el backslash adecuado

This commit is contained in:
2022-10-10 22:26:36 +02:00
parent 8a899251ea
commit 0850b17c90
17 changed files with 78 additions and 78 deletions

View File

@@ -24,7 +24,7 @@ Game::Game(SDL_Renderer *renderer, Screen *screen, Asset *asset, Input *input, D
// currentRoom = "06.room";
// spawnPoint = {14 * 8, 9 * 8, 0, 0, 0, s_standing, SDL_FLIP_HORIZONTAL};
currentRoom = "57.room";
currentRoom = "55.room";
const int x = 30;
const int y = 13;
spawnPoint = {x * 8, y * 8, 0, 0, 0, s_standing, SDL_FLIP_HORIZONTAL};