summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-01 00:10:31 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-01 00:10:31 +0000
commit693f6765c3f9ea234862d58f9e3b3aa2428ca986 (patch)
treef02c3518906322950b0ef12d1e14dee691e813c3 /src/map/clif.h
parent3410b900c6a31d04f75b4e527b2656117029edc7 (diff)
downloadhercules-693f6765c3f9ea234862d58f9e3b3aa2428ca986.tar.gz
hercules-693f6765c3f9ea234862d58f9e3b3aa2428ca986.tar.bz2
hercules-693f6765c3f9ea234862d58f9e3b3aa2428ca986.tar.xz
hercules-693f6765c3f9ea234862d58f9e3b3aa2428ca986.zip
Rewrote and optimized clif_hpmeter to employ map_foreachinarea() rather than an iteration over every session (bugreport:3956).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14318 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 958acc5ee..c1522db96 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -284,6 +284,7 @@ int clif_party_xy_single(int fd, struct map_session_data *sd);
int clif_party_hp(struct map_session_data *sd);
void clif_hpmeter_single(int fd, int id, unsigned int hp, unsigned int maxhp);
int clif_hpmeter(struct map_session_data *sd);
+int clif_hpmeter_sub(struct block_list *bl, va_list ap);
// guild
int clif_guild_created(struct map_session_data *sd,int flag);