mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 13:54:09 +00:00
commit
16ea0527dd
14 changed files with 442 additions and 112 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue