Take 5
parent
167ef3b7a1
commit
02afa78b68
|
@ -39,7 +39,7 @@ struct cWSSCompact::sChunkHeader
|
|||
|
||||
|
||||
/// The maximum number of PAK files that are cached
|
||||
const int MAX_PAK_FILES = static_cast<cPAKFiles::size_type>(16);
|
||||
const int MAX_PAK_FILES = static_cast<cWSSCompact::cPAKFiles::size_type>(16);
|
||||
|
||||
/// The maximum number of unsaved chunks before the cPAKFile saves them to disk
|
||||
const int MAX_DIRTY_CHUNKS = 16;
|
||||
|
|
Loading…
Reference in New Issue