refactoring, new game(s) in progress

This commit is contained in:
2026-04-09 12:47:09 -04:00
parent f7b00847ee
commit a529d5cdce
57 changed files with 2743 additions and 759 deletions

View File

@@ -14,7 +14,11 @@ namespace game::resource::xml
{
XMLDocument document;
if (document_load(path, document) != XML_SUCCESS) return;
if (document_load(path, document) != XML_SUCCESS)
{
logger.error(std::format("Unable to initialize area schema: {} ({})", path.c_str(), document.ErrorStr()));
return;
}
auto archive = path.directory_get();