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:
@@ -350,7 +350,7 @@
|
||||
}
|
||||
|
||||
// Copy name to array
|
||||
[AllFilenames addObject:[strPath copy]];
|
||||
[AllFilenames addObject:[[strPath copy] autorelease]];
|
||||
|
||||
unzCloseCurrentFile( _unzFile );
|
||||
ret = unzGoToNextFile( _unzFile );
|
||||
|
||||
Reference in New Issue
Block a user