FIX: Ya inicia la sesión online correctamente tras cambiar el JailerID

This commit is contained in:
2023-09-24 10:02:03 +02:00
parent 26f7cf2a37
commit 3e7aeeedbf
3 changed files with 54 additions and 23 deletions

View File

@@ -1025,7 +1025,7 @@ void Title::runDemoGame()
// Introduce el JailerID
void Title::runEnterID()
{
enterID = new EnterID(renderer, screen, asset, options, section);
enterID = new EnterID(renderer, screen, asset, lang, options, section);
enterID->run();
delete enterID;
}