mirror of
https://github.com/td512/re3.git
synced 2026-01-26 02:51:02 +00:00
@@ -951,7 +951,7 @@ CWorld::RemoveEntityInsteadOfProcessingIt(CEntity* ent)
|
||||
if (FindPlayerPed() == ent)
|
||||
Remove(ent);
|
||||
else
|
||||
CPopulation::RemovePed(ent);
|
||||
CPopulation::RemovePed((CPed*)ent);
|
||||
} else {
|
||||
Remove(ent);
|
||||
delete ent;
|
||||
|
||||
Reference in New Issue
Block a user