Its a const not a macro
This commit is contained in:
parent
02afa78b68
commit
430aba9f1d
@ -39,7 +39,7 @@ struct cWSSCompact::sChunkHeader
|
|||||||
|
|
||||||
|
|
||||||
/// The maximum number of PAK files that are cached
|
/// The maximum number of PAK files that are cached
|
||||||
const int MAX_PAK_FILES = static_cast<cWSSCompact::cPAKFiles::size_type>(16);
|
const size_t MAX_PAK_FILES = 16;
|
||||||
|
|
||||||
/// The maximum number of unsaved chunks before the cPAKFile saves them to disk
|
/// The maximum number of unsaved chunks before the cPAKFile saves them to disk
|
||||||
const int MAX_DIRTY_CHUNKS = 16;
|
const int MAX_DIRTY_CHUNKS = 16;
|
||||||
|
Loading…
Reference in New Issue
Block a user