Commented out unused variables: their value is not needed, but the code is useful as documentation of the data format.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@201 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d91d54c3bb
commit
a7e409bac7
|
@ -144,8 +144,8 @@ CARCFile::ParseBuffer()
|
|||
|
||||
// read header
|
||||
u32 FSTOffset = Common::swap32(*(u32*)(m_pBuffer + 0x4));
|
||||
u32 FSTSize = Common::swap32(*(u32*)(m_pBuffer + 0x8));
|
||||
u32 FileOffset = Common::swap32(*(u32*)(m_pBuffer + 0xC));
|
||||
//u32 FSTSize = Common::swap32(*(u32*)(m_pBuffer + 0x8));
|
||||
//u32 FileOffset = Common::swap32(*(u32*)(m_pBuffer + 0xC));
|
||||
|
||||
// read all file infos
|
||||
SFileInfo Root;
|
||||
|
|
Loading…
Reference in New Issue