Fix: De enter_id iba siempre a intro
This commit is contained in:
@@ -39,6 +39,17 @@ Logo::Logo(SDL_Renderer *renderer, Screen *screen, Resource *resource, Asset *as
|
||||
counter = 0;
|
||||
section.name = SECTION_PROG_LOGO;
|
||||
section.subsection = subsection;
|
||||
|
||||
if (section.subsection == SUBSECTION_LOGO_TO_INTRO)
|
||||
{
|
||||
std::cout << "SUBSECTION_LOGO_TO_INTRO" << std::endl;
|
||||
}
|
||||
else
|
||||
{
|
||||
std::cout << "SUBSECTION_LOGO_TO_TITLE" << std::endl;
|
||||
}
|
||||
|
||||
|
||||
ticks = 0;
|
||||
ticksSpeed = 15;
|
||||
initFade = 300;
|
||||
|
||||
Reference in New Issue
Block a user