summaryrefslogtreecommitdiffstats
path: root/src/control/Darkel.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-08-14 16:34:04 +0200
committerSergeanur <s.anureev@yandex.ua>2020-08-14 16:34:04 +0200
commit489743da419b0da842e82dc6d430f6f3d8752055 (patch)
tree6797489801334caedd99b310c657d5b4f6b52e21 /src/control/Darkel.h
parentMove stuff to vendor (diff)
downloadre3-489743da419b0da842e82dc6d430f6f3d8752055.tar
re3-489743da419b0da842e82dc6d430f6f3d8752055.tar.gz
re3-489743da419b0da842e82dc6d430f6f3d8752055.tar.bz2
re3-489743da419b0da842e82dc6d430f6f3d8752055.tar.lz
re3-489743da419b0da842e82dc6d430f6f3d8752055.tar.xz
re3-489743da419b0da842e82dc6d430f6f3d8752055.tar.zst
re3-489743da419b0da842e82dc6d430f6f3d8752055.zip
Diffstat (limited to '')
-rw-r--r--src/control/Darkel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/control/Darkel.h b/src/control/Darkel.h
index 14529c63..0f5c2329 100644
--- a/src/control/Darkel.h
+++ b/src/control/Darkel.h
@@ -24,9 +24,9 @@ private:
static int32 AmmoInterruptedWeapon;
static int32 KillsNeeded;
static int8 InterruptedWeapon;
- static int8 bStandardSoundAndMessages;
- static int8 bNeedHeadShot;
- static int8 bProperKillFrenzy;
+ static bool bStandardSoundAndMessages;
+ static bool bNeedHeadShot;
+ static bool bProperKillFrenzy;
static uint16 Status;
static uint16 RegisteredKills[NUM_DEFAULT_MODELS];
static int32 ModelToKill;