1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Fix compiling (how does it work on mac?)

This commit is contained in:
nordsoft 2023-08-23 01:20:29 +04:00
parent 15847c89b6
commit 937935ce8c

View File

@ -641,7 +641,7 @@ std::string CLoadingScreen::getBackground()
return fname;
}
if(conf.isVector() and !conf.Vector().empty())
if(conf.isVector() && !conf.Vector().empty())
return RandomGeneratorUtil::nextItem(conf.Vector(), CRandomGenerator::getDefault())->String();
return fname;