Added sorting for TIMs list. Increased CLUTs count.

This commit is contained in:
Vladimir Kryvian
2015-08-10 16:18:06 +03:00
parent 61ff39502e
commit 58b7747780
9 changed files with 87 additions and 49 deletions

View File

@@ -68,7 +68,7 @@ type
//Constants
const
cCLUTColorsMax = 1024;
cCLUTCountMax = 512;
cCLUTCountMax = 1024;
cIMAGEWidthMax = 1024;
cIMAGEHeightMax = 1024;
cTIMMaxSize = SizeOf(TTIMHeader) + cCLUTColorsMax * cCLUTCountMax * 2 + SizeOf(TCLUTHeader) + cIMAGEWidthMax * cIMAGEHeightMax * 2 + SizeOf(TIMAGEHeader);