Trabajando en las notificaciones

This commit is contained in:
2022-11-23 18:20:29 +01:00
parent a8b467290f
commit 1aac5b7719
6 changed files with 36 additions and 21 deletions

View File

@@ -304,7 +304,7 @@ bool Director::saveConfig()
// Escribe en el fichero
file << "## VERSION\n";
file << "version=" + options->configVersion + "\n";
file << "configVersion=" + options->configVersion + "\n";
file << "\n## VISUAL OPTIONS\n";
if (options->videoMode == 0)
@@ -1665,7 +1665,7 @@ void Director::runEnterID()
std::cout << "\n* SECTION: ENTER_ID" << std::endl;
}
// loadResources(section);
enterID = new EnterID(renderer, screen, asset, options);
enterID = new EnterID(renderer, screen, asset, options, section);
setSection(enterID->run());
delete enterID;
resource->free();