summaryrefslogtreecommitdiff
path: root/src/map/clif.cpp
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-04-29 22:31:07 -0500
committerWushin <pasekei@gmail.com>2015-04-29 22:31:07 -0500
commita75608ef2f62a07879e7ef6d73c0ebe5b23908b2 (patch)
treea9662a4100c2d2213d954239b7046f7b897a6cbe /src/map/clif.cpp
parentff87a3f275966dfcdd5a123b44b8802288ca6b22 (diff)
parent6c0348dc296f9c038a0ca5d6e600c1d802981dc4 (diff)
downloadtmwa-a75608ef2f62a07879e7ef6d73c0ebe5b23908b2.tar.gz
tmwa-a75608ef2f62a07879e7ef6d73c0ebe5b23908b2.tar.bz2
tmwa-a75608ef2f62a07879e7ef6d73c0ebe5b23908b2.tar.xz
tmwa-a75608ef2f62a07879e7ef6d73c0ebe5b23908b2.zip
Merge pull request #66 from mekolat/emotion
make emotion send to a single rid
Diffstat (limited to 'src/map/clif.cpp')
-rw-r--r--src/map/clif.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/map/clif.cpp b/src/map/clif.cpp
index 577d7be..339adda 100644
--- a/src/map/clif.cpp
+++ b/src/map/clif.cpp
@@ -198,11 +198,6 @@ int is_deaf(dumb_ptr<block_list> bl)
return sd->special_state.deaf;
}
-static
-void clif_emotion_towards(dumb_ptr<block_list> bl,
- dumb_ptr<block_list> target, int type);
-
-
enum class ChatType
{
Party,
@@ -3113,7 +3108,6 @@ void clif_emotion(dumb_ptr<block_list> bl, int type)
clif_send(buf, bl, SendWho::AREA);
}
-static
void clif_emotion_towards(dumb_ptr<block_list> bl,
dumb_ptr<block_list> target, int type)
{