Comment useless variable to remove compiler warning (and optimize a little)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5913 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -56,7 +56,7 @@ bool extract_zip(std::string from, std::string to)
|
||||
//Add the zip to the file system
|
||||
pfs->addZipFileArchive(from.c_str());
|
||||
|
||||
IFileArchive * zipfile = pfs->getFileArchive(0);
|
||||
//IFileArchive * zipfile = pfs->getFileArchive(0);
|
||||
//extract the file where there is the others file name
|
||||
IReadFile* srcFile = pfs->createAndOpenFile("file_list");
|
||||
if (srcFile == NULL)
|
||||
|
||||
Reference in New Issue
Block a user