mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 14:20:34 +00:00
fixed cops
This commit is contained in:
parent
b77a9ce955
commit
e16562aa6d
5 changed files with 8 additions and 2 deletions
|
@ -3,6 +3,8 @@
|
|||
#include "CopPed.h"
|
||||
#include "ModelIndices.h"
|
||||
|
||||
WRAPPER void CCopPed::ProcessControl() { EAXJMP(0x4C1400); }
|
||||
|
||||
CCopPed::CCopPed(eCopType copType) : CPed(PEDTYPE_COP)
|
||||
{
|
||||
m_nCopType = copType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue