Fixed a small bug in chunk version check D:
git-svn-id: http://mc-server.googlecode.com/svn/trunk@400 0a769ca7-a7f5-676a-18bf-c427514a06d6master
parent
af44154ff5
commit
e06c2001ba
|
@ -294,6 +294,7 @@ cWSSCompact::cPAKFile::cPAKFile(const AString & a_FileName, int a_LayerX, int a_
|
|||
m_ChunkSize.Set(16, 128, 16);
|
||||
break;
|
||||
case 2:
|
||||
case 3:
|
||||
m_ChunkSize.Set(16, 256, 16);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue