summaryrefslogtreecommitdiff
path: root/src/being/playerrelations.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-13 22:45:52 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-13 22:45:52 +0300
commitac3ccda23ac4b5c69e15147b8082d90df2ac23de (patch)
tree593f2899e1891d8c5a6af47349570fb793e7ff79 /src/being/playerrelations.cpp
parent6849c5919c02b4cf97de91c801b542e36eb089ce (diff)
downloadplus-ac3ccda23ac4b5c69e15147b8082d90df2ac23de.tar.gz
plus-ac3ccda23ac4b5c69e15147b8082d90df2ac23de.tar.bz2
plus-ac3ccda23ac4b5c69e15147b8082d90df2ac23de.tar.xz
plus-ac3ccda23ac4b5c69e15147b8082d90df2ac23de.zip
Move spells and graphics related constants into separate files.
Diffstat (limited to 'src/being/playerrelations.cpp')
-rw-r--r--src/being/playerrelations.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/playerrelations.cpp b/src/being/playerrelations.cpp
index 4bd7b637e..3c5dd2d06 100644
--- a/src/being/playerrelations.cpp
+++ b/src/being/playerrelations.cpp
@@ -37,6 +37,8 @@
#include "debug.h"
+static const unsigned int FIRST_IGNORE_EMOTE = 14;
+
typedef std::map<std::string, PlayerRelation *> PlayerRelations;
typedef PlayerRelations::const_iterator PlayerRelationsCIter;
typedef std::list<PlayerRelationsListener *> PlayerRelationListeners;