debuging memory leaks

This commit is contained in:
2021-04-21 21:20:20 +02:00
parent e9ff516b1d
commit f97291110f
29 changed files with 6306 additions and 38 deletions

View File

@@ -141,20 +141,18 @@ const int SCREEN_THIRD_QUARTER_Y = (SCREEN_HEIGHT / 4) * 3;
#define PROG_SECTION_INTRO 1
#define PROG_SECTION_TITLE 2
#define PROG_SECTION_GAME 3
#define PROG_SECTION_INSTRUCTIONS 4
#define PROG_SECTION_QUIT 5
#define PROG_SECTION_QUIT 4
// Secciones del juego
// Subsecciones
#define GAME_SECTION_PLAY 0
#define GAME_SECTION_PAUSE 1
#define GAME_SECTION_GAMEOVER 2
#define TITLE_SECTION_1 3
#define TITLE_SECTION_2 4
#define TITLE_SECTION_3 5
#define TITLE_SECTION_INSTRUCTIONS 6
// Secciones del titulo
#define TITLE_SECTION_1 0
#define TITLE_SECTION_2 1
#define TITLE_SECTION_3 2
// Secciones de las instrucciones
// Modo para las instrucciones
#define INSTRUCTIONS_MODE_MANUAL 0
#define INSTRUCTIONS_MODE_AUTO 1