summaryrefslogtreecommitdiff
path: root/src/map/clif.cpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-04-22 20:29:11 -0400
committermekolat <mekolat@users.noreply.github.com>2015-04-23 11:58:30 -0400
commit6c0348dc296f9c038a0ca5d6e600c1d802981dc4 (patch)
tree46bed6e7467a7e9ba3feff342780d8c3ae219447 /src/map/clif.cpp
parente6ee7b3f99935a594e6462472fdc9d075408da0f (diff)
downloadtmwa-6c0348dc296f9c038a0ca5d6e600c1d802981dc4.tar.gz
tmwa-6c0348dc296f9c038a0ca5d6e600c1d802981dc4.tar.bz2
tmwa-6c0348dc296f9c038a0ca5d6e600c1d802981dc4.tar.xz
tmwa-6c0348dc296f9c038a0ca5d6e600c1d802981dc4.zip
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)
{