diff --git a/client/render/AssetGenerator.cpp b/client/render/AssetGenerator.cpp index dd31b12e2..ca03969f5 100644 --- a/client/render/AssetGenerator.cpp +++ b/client/render/AssetGenerator.cpp @@ -25,6 +25,7 @@ void AssetGenerator::generateAll() createAdventureOptionsCleanBackground(); for (int i = 0; i < PlayerColor::PLAYER_LIMIT_I; ++i) createPlayerColoredBackground(PlayerColor(i)); + createCombatUnitNumberWindow(); } void AssetGenerator::createAdventureOptionsCleanBackground()