Fixed a gazillion of warnings occuring when compiling Wagic with Clang with Werror.
This commit is contained in:
@@ -232,7 +232,6 @@ int DeckManager::getDifficultyRating(Player *statsPlayer, Player *player)
|
||||
|
||||
if (meta)
|
||||
{
|
||||
int diff = meta->getVictoryPercentage();
|
||||
meta->mPlayerDeck = statsPlayer->GetCurrentDeckStatsFile();
|
||||
meta->mStatsFilename = player->deckFileSmall;
|
||||
meta->LoadStats();
|
||||
|
||||
Reference in New Issue
Block a user