game: fix missing buildings totals row

This commit is contained in:
Crypto City 2020-06-21 23:22:04 +00:00
parent 1a43d39a69
commit 11cfd6b2b5

View File

@ -897,7 +897,7 @@ void UIPlayerInfoDialog::FillData(const std::shared_ptr<GameWallet> &w, uint32_t
}
// footer with totals
flag_source.AddItem(new FlagItem({}, game, std::vector<std::string>(200, "TODO"), true, true));
builder.AddItem(new FlagItem({}, game, std::vector<std::string>(200, "TODO"), true, true));
}
{