summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 8fc826ed0..0bc167564 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -23,6 +23,8 @@
#include "options.h"
+#include "enums/emotetype.h"
+
#include "enums/resources/map/maptype.h"
#include <vector>
@@ -73,6 +75,7 @@ class Settings final
crazyMoveState(0U),
targetingType(0U),
mapDrawType(MapType::NORMAL),
+ emoteType(EmoteType::Player),
persistentIp(true),
limitFps(false),
inputFocused(true),
@@ -126,6 +129,7 @@ class Settings final
unsigned int crazyMoveState;
unsigned int targetingType;
MapTypeT mapDrawType;
+ EmoteTypeT emoteType;
bool persistentIp;
bool limitFps;
bool inputFocused;