diff --git a/cockatrice/src/game/player/player_actions.cpp b/cockatrice/src/game/player/player_actions.cpp index 388a88e01..1fc91c492 100644 --- a/cockatrice/src/game/player/player_actions.cpp +++ b/cockatrice/src/game/player/player_actions.cpp @@ -155,7 +155,7 @@ static QList expandSortOption(CardList::SortOption option) case CardList::SortByManaValue: return {CardList::SortByManaValue, CardList::SortByColors}; default: - return {}; + return {option}; } }