fixed cops

This commit is contained in:
Nikolay Korolev 2019-07-14 15:00:36 +03:00
commit e16562aa6d
5 changed files with 8 additions and 2 deletions

View file

@ -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;