Removed Simple Actor filter

This commit is contained in:
Eddoursul 2022-10-10 21:21:26 +02:00
parent 718cf89351
commit 06c6dd1c6b

View File

@ -293,10 +293,6 @@ begin
if GetElementNativeValues(e, 'Record Header\Record Flags\Starts Dead') <> 0 then
exit;
// Skip simple actors (chicken and such)
if GetElementNativeValues(baseRefRecord, 'ACBS\Flags\Simple Actor') <> 0 then
exit;
packages := ElementByPath(baseRefRecord, 'Packages');
packageCount := ElementCount(packages);