mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-05 23:28:14 +02:00
battlefields in VLC and custom bonuses for terrain patches
This commit is contained in:
@@ -109,12 +109,6 @@ void Graphics::initializeBattleGraphics()
|
||||
|
||||
const JsonNode config(mod, ResourceID("config/battles_graphics.json"));
|
||||
|
||||
if(!config["backgrounds"].isNull())
|
||||
for(auto & t : config["backgrounds"].Struct())
|
||||
{
|
||||
battleBacks[t.first] = t.second.String();
|
||||
}
|
||||
|
||||
//initialization of AC->def name mapping
|
||||
if(!config["ac_mapping"].isNull())
|
||||
for(const JsonNode &ac : config["ac_mapping"].Vector())
|
||||
|
||||
Reference in New Issue
Block a user