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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user