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

@@ -3,11 +3,7 @@ unit ucommon;
interface
const
cProgramName = 'Tim2View r90 by [Lab 313] (for ' +
{$IFDEF Linux}'Linux' + {$IFEND}
{$IFDEF Darwin}'Mac OS X' + {$IFEND}
{$IFDEF Windows}'Windows' + {$IFEND}
')';
cProgramName = 'Tim2View r90 by [Lab 313]';
cExtractedFilesDir = 'FILES';
cExtractedPngsDir = 'PNGS';
cMaxFileSize = $2EAEED80;