Fixed TIM displaying;

Fixed "Out of Memory" for Directory Scan;
Optional CLUT viewer;
Other fixes.
This commit is contained in:
meffi@lab313.ru
2014-02-19 18:58:30 +00:00
parent 057405ebfe
commit c3f38c670f
8 changed files with 593 additions and 64 deletions

View File

@@ -52,7 +52,8 @@ end;
destructor TScanResult.Destroy;
begin
SetLength(pTims, 0);
pTims := nil;
inherited;
end;