linter; manage_hiscore i resource_loader

This commit is contained in:
2025-10-24 12:06:53 +02:00
parent 357b5d5977
commit 5362c5b022
4 changed files with 124 additions and 92 deletions

View File

@@ -39,7 +39,7 @@ auto ResourceLoader::initialize(const std::string& pack_file, bool enable_fallba
}
delete resource_pack_;
resource_pack_ = nullptr;
std::cerr << "Failed to load resource pack: " << pack_file << std::endl;
std::cerr << "Failed to load resource pack: " << pack_file << '\n';
}
if (fallback_to_files_) {