more fixes from the review...

This commit is contained in:
omegablast2002@yahoo.com
2011-01-22 16:48:55 +00:00
parent 27e60fc605
commit 07802134e8
10 changed files with 59 additions and 61 deletions

View File

@@ -895,7 +895,7 @@ int MTGDeck::complete()
{
StypeIsNothing = true;
}
if (!StypeIsNothing == true)
if (!StypeIsNothing )
{
if (cards.find(id) == cards.end())
{