mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 23:04:08 +00:00
CPopulation 1
This commit is contained in:
parent
04eac2a06c
commit
ff92b822b6
14 changed files with 442 additions and 112 deletions
|
@ -949,7 +949,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