Fix: De enter_id iba siempre a intro

This commit is contained in:
2022-11-23 22:22:32 +01:00
parent d382bb6403
commit 8c425f5698
2 changed files with 12 additions and 1 deletions

View File

@@ -36,11 +36,11 @@ EnterID::EnterID(SDL_Renderer *renderer, Screen *screen, Asset *asset, options_t
pos = 0;
name[pos] = 0;
maxLenght = 15;
this->section.subsection = section.subsection;
if (options->online.enabled && options->online.jailerID == "")
{
this->section.name = SECTION_PROG_ENTER_ID;
this->section.subsection = section.subsection;
}
else
{