code cleanup. No code changes
- removed unused variables - added line breaks between methods (not everywhere just where i saw it while removing unused variables)
This commit is contained in:
@@ -962,7 +962,7 @@ MTGSetInfo* MTGSets::getInfo(int setID)
|
||||
MTGSetInfo* MTGSets::randomSet(int blockId, int atleast)
|
||||
{
|
||||
char * unlocked = (char *) calloc(size(), sizeof(char));
|
||||
int attempts = 50;
|
||||
|
||||
//Figure out which sets are available.
|
||||
for (int i = 0; i < size(); i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user