added the name of the selected player deck when selecting an opponent.

added deck names to screen when bringing up the menu during a match.  The deck names appear below the AI avatar and above the player avatar.
fixed a mem leak in ZipArchive.mm
This commit is contained in:
techdragon.nguyen@gmail.com
2012-02-18 04:34:56 +00:00
parent 2a2cf70324
commit fa247c7720
2 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -350,7 +350,7 @@
}
// Copy name to array
[AllFilenames addObject:[strPath copy]];
[AllFilenames addObject:[[strPath copy] autorelease]];
unzCloseCurrentFile( _unzFile );
ret = unzGoToNextFile( _unzFile );