Fixed bug that was not correctly showing the full Commander decks list in the deck choosing menu page, added a new gesture for Android to emulate back button pressure: now sliding from down to up for almost all screen size will trigger the back button in game (e.g. pause match in gameplay, going back from shop, and so on).
This commit is contained in:
@@ -446,7 +446,7 @@ void DeckMenu::Add(int id, const string& text, const string& desc, bool forceFoc
|
||||
else
|
||||
deckDescription = deckMetaData ? deckMetaData->getDescription() : desc;
|
||||
|
||||
if(deckMetaData && deckMetaData->isCommanderDeck)
|
||||
if(deckMetaData && deckMetaData->isCommanderDeck())
|
||||
deckDescription = deckDescription + " (" + _("CMD") + ")"; // It will show a CMD suffix for Commander Decks.
|
||||
|
||||
menuItem->setDescription(deckDescription);
|
||||
|
||||
Reference in New Issue
Block a user