1
0

WSSCompact: fixed switched version values (!); removed unused methods

git-svn-id: http://mc-server.googlecode.com/svn/trunk@383 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2012-03-07 20:03:44 +00:00
parent 787382caf8
commit 0cee2428c1
2 changed files with 2 additions and 4 deletions

View File

@@ -270,8 +270,8 @@ cWSSCompact::cPAKFile::cPAKFile(const AString & a_FileName, int a_LayerX, int a_
m_LayerX(a_LayerX),
m_LayerZ(a_LayerZ),
m_NumDirty(0),
m_ChunkVersion( PAK_VERSION ), // Init with latest version
m_PakVersion( CHUNK_VERSION )
m_ChunkVersion( CHUNK_VERSION ), // Init with latest version
m_PakVersion( PAK_VERSION )
{
cFile f;
if (!f.Open(m_FileName, cFile::fmRead))