forked from jaildesigner-jailgames/jaildoctors_dilemma
Cambiados los ifndef RELEASE por ifdef DEBUG
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user