We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070c793 commit e21a63fCopy full SHA for e21a63f
src/resource/archive/OtrArchive.cpp
@@ -74,6 +74,7 @@ bool OtrArchive::LoadRaw() {
74
} else {
75
SPDLOG_ERROR("Failed to load mpq file \"{}\"", GetPath());
76
mHandle = nullptr;
77
+ return false;
78
}
79
80
// Generate the file list by reading the list file.
0 commit comments