From a87db81b6b7551a248e31e2850577aefda092538 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 5 May 2015 20:58:21 +0300 Subject: Replace most bools usage in playerinfo to strong typed bools. --- src/being/localplayer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/being/localplayer.h') diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 02c092f69..a4f26dcff 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -25,6 +25,8 @@ #include "being/being.h" +#include "enums/simpletypes.h" + #include "enums/being/pickup.h" #include "gui/userpalette.h" @@ -486,7 +488,7 @@ class LocalPlayer final : public Being, bool mUpdateName; bool mBlockAdvert; bool mTargetDeadPlayers; - bool mServerAttack; + Keep mServerAttack; bool mEnableAdvert; bool mTradebot; bool mTargetOnlyReachable; -- cgit v1.2.3-60-g2f50