Removed unused macro from WSSCompact
This commit is contained in:
parent
8864e7d8ca
commit
cff6631513
@ -764,7 +764,6 @@ void cWSSCompact::cPAKFile::UpdateChunk2To3()
|
|||||||
|
|
||||||
// Cannot use cChunk::MakeIndex because it might change again?????????
|
// Cannot use cChunk::MakeIndex because it might change again?????????
|
||||||
// For compatibility, use what we know is current
|
// 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) )
|
#define MAKE_3_INDEX( x, y, z ) ( x + (z * 16) + (y * 16 * 16) )
|
||||||
|
|
||||||
unsigned int InChunkOffset = 0;
|
unsigned int InChunkOffset = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user