add miniz, add xorstream, add non-working ziploader

This commit is contained in:
DubbleClick
2023-11-11 10:58:16 +01:00
parent 30b29d476f
commit e92ebeee64
10 changed files with 221 additions and 7739 deletions
+1 -1
View File
@@ -626,7 +626,7 @@ void uMod_TextureServer::LoadModsFromFile(char* source)
const auto file = new uMod_File(line);
const auto result = file->GetContent();
if (file->Textures.size() > 0) {
if (!file->Textures.empty()) {
if (!result) {
Message("MainLoop: WARNING! GetContent returned failure, but some textures have been loaded for %s\n", line);
}