Cambiados los ifndef RELEASE por ifdef DEBUG

This commit is contained in:
2022-11-14 22:35:05 +01:00
parent 6cac55a54f
commit e2846023da
3 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ Director::Director(int argc, char *argv[])
section.name = SECTION_PROG_LOGO;
section.subsection = SUBSECTION_LOGO_TO_INTRO;
#ifndef RELEASE
#ifdef DEBUG
section.name = SECTION_PROG_GAME;
#endif