forked from townforge/townforge
game: fix missing buildings totals row
This commit is contained in:
parent
1a43d39a69
commit
11cfd6b2b5
@ -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));
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user