- Added some outputs in debug mode for bad formatted _cards.dat
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-10-07 13:44:43 +00:00
parent 177768a0a5
commit e4a277f9ff
4 changed files with 43 additions and 6 deletions
+3
View File
@@ -39,6 +39,9 @@ class MtgSets{
class MTGAllCards {
private:
MTGCard * tempCard;
#if defined (_DEBUG)
bool committed;
#endif
protected:
int conf_read_mode;
int colorsCount[Constants::MTG_NB_COLORS];