1
0
Fork 0

Removed unused macro from WSSCompact

This commit is contained in:
Tycho 2014-03-10 11:14:34 -07:00
parent 8864e7d8ca
commit cff6631513
1 changed files with 0 additions and 1 deletions

View File

@ -764,7 +764,6 @@ void cWSSCompact::cPAKFile::UpdateChunk2To3()
// Cannot use cChunk::MakeIndex because it might change again?????????
// For compatibility, use what we know is current
#define MAKE_2_INDEX( x, y, z ) ( y + (z * 256) + (x * 256 * 16) )
#define MAKE_3_INDEX( x, y, z ) ( x + (z * 16) + (y * 16 * 16) )
unsigned int InChunkOffset = 0;