Added missing graphics for game modes unlock, fixed italian lang, fixed awards dat file, fixed a bug on Game Award section, refactoring for AllAbilities.h file.

This commit is contained in:
Vittorio Alfieri
2021-01-01 16:14:58 +01:00
parent 65bf650868
commit 0d31ec5b21
10 changed files with 70 additions and 164 deletions

View File

@@ -91,10 +91,6 @@ void GameStateAwards::Start()
btn = NEW WGuiButton(aw, GUI_AWARD_BUTTON, Options::AWARD_COLLECTOR, this);
listview->Add(btn);
aw = NEW WGuiAward(Options::COMMANDER_MODE_UNLOCKED, "Commander Format", "Play a Commander Format game.");
btn = NEW WGuiButton(aw, GUI_AWARD_BUTTON, Options::COMMANDER_MODE_UNLOCKED, this);
listview->Add(btn);
wgh = NEW WGuiHeader("");
listview->Add(wgh);