mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
Fix VCMP campaign detection for buttons
This commit is contained in:
@ -290,7 +290,7 @@ CMenuEntry::CMenuEntry(CMenuScreen * parent, const JsonNode & config)
|
||||
for (const auto& item : campaign["items"].Vector()) {
|
||||
std::string filename = item["file"].String();
|
||||
|
||||
if (CResourceHandler::get()->existsResource(ResourcePath(filename + ".h3c"))) {
|
||||
if (CResourceHandler::get()->existsResource(ResourcePath(filename, EResType::CAMPAIGN))) {
|
||||
fileExists = true;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user