1
0

Unsigned types take 3

This commit is contained in:
Tycho 2014-03-09 09:45:59 -07:00
parent e73caf30f0
commit ebf163b77a

View File

@ -39,7 +39,7 @@ struct cWSSCompact::sChunkHeader
/// The maximum number of PAK files that are cached
const int MAX_PAK_FILES = static_cast<size_t>(16);
const int MAX_PAK_FILES = static_cast<cPakFiles::size_type>(16);
/// The maximum number of unsaved chunks before the cPAKFile saves them to disk
const int MAX_DIRTY_CHUNKS = 16;