1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

allow configurable battleground graphics

This commit is contained in:
Andrii Danylchenko
2022-06-26 10:21:05 +03:00
parent d8f552006a
commit 8b8e837495
12 changed files with 132 additions and 75 deletions

View File

@ -2199,4 +2199,4 @@ void CGLighthouse::giveBonusTo(PlayerColor player, bool onInit) const
void CGLighthouse::serializeJsonOptions(JsonSerializeFormat& handler)
{
serializeJsonOwner(handler);
}
}