Fix some variable hiding warnings.

This commit is contained in:
Unknown W. Brackets 2013-08-12 23:32:38 -07:00
parent c8716d9a02
commit 008052e6d6
8 changed files with 12 additions and 19 deletions

View file

@ -558,7 +558,6 @@ PSPFileInfo VirtualDiscFileSystem::GetFileInfo(std::string filename) {
x.size = File::GetSize(fullName);
int fileIndex = getFileListIndex(filename);
x.startSector = fileList[fileIndex].firstBlock;
x.numSectors = (x.size+2047)/2048;