summaryrefslogtreecommitdiffstats
path: root/src/control/Darkel.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-10-06 23:39:25 +0200
committereray orçunus <erayorcunus@gmail.com>2019-10-06 23:39:25 +0200
commitd5d1c7ec5fc98f8355d812587938314406a6df80 (patch)
treee1652a9c39e77bd1bc8b81973fccbe91eb3d8eae /src/control/Darkel.h
parentRadio shadow fix, RAMPAGE!! message fix (diff)
downloadre3-d5d1c7ec5fc98f8355d812587938314406a6df80.tar
re3-d5d1c7ec5fc98f8355d812587938314406a6df80.tar.gz
re3-d5d1c7ec5fc98f8355d812587938314406a6df80.tar.bz2
re3-d5d1c7ec5fc98f8355d812587938314406a6df80.tar.lz
re3-d5d1c7ec5fc98f8355d812587938314406a6df80.tar.xz
re3-d5d1c7ec5fc98f8355d812587938314406a6df80.tar.zst
re3-d5d1c7ec5fc98f8355d812587938314406a6df80.zip
Diffstat (limited to 'src/control/Darkel.h')
-rw-r--r--src/control/Darkel.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/control/Darkel.h b/src/control/Darkel.h
index 0171cd2c..f17d7581 100644
--- a/src/control/Darkel.h
+++ b/src/control/Darkel.h
@@ -1,10 +1,11 @@
#pragma once
#include "Weapon.h"
+#include "ModelIndices.h"
class CVehicle;
class CPed;
-enum eKillFrenzyStatus
+enum
{
KILLFRENZY_NONE,
KILLFRENZY_ONGOING,
@@ -25,8 +26,8 @@ private:
static int8 &bStandardSoundAndMessages;
static int8 &bNeedHeadShot;
static int8 &bProperKillFrenzy;
- static eKillFrenzyStatus &Status;
- static uint16 (&RegisteredKills)[NUMDEFAULTMODELS];
+ static uint16 &Status;
+ static uint16 (&RegisteredKills)[NUM_DEFAULT_MODELS];
static int32 &ModelToKill;
static int32 &ModelToKill2;
static int32 &ModelToKill3;