code clean up. removed unneeded methods for stats generation

synced stats info for mana curve on detailed display on deck selection screen so only up to
   Constants::STATS_MAX_MANA_COST+1 is used instead of the currently hard coded 15.
This commit is contained in:
techdragon.nguyen@gmail.com
2010-11-19 03:18:48 +00:00
parent c3f99786fc
commit 4aaa93439a
3 changed files with 4 additions and 210 deletions

View File

@@ -145,12 +145,7 @@ public:
void buildEditorMenu();
virtual void ButtonPressed(int controllerId, int controlId);
void updateStats();
int countCardsByType(const char * _type);
};
// n cards total, a of them are desired, x drawn
// returns probability of no A's
float noLuck(int n, int a, int x);
#endif