1
0
Fork 0

Fixed gcc error

This commit is contained in:
Tycho 2014-03-09 09:25:16 -07:00
parent c5436e1ae7
commit f4201e0b82
1 changed files with 1 additions and 1 deletions

View File

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