summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-01 22:42:54 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-01 22:42:54 +0000
commit08e94d4afdc33e99787b506a9c3fb2d9fd625b32 (patch)
tree676267fba8e5788109eff7ade47132695173af31 /src/map/clif.h
parent83be2ad0b8c0543bc7403a0cc40b5ec1545f3ec2 (diff)
downloadhercules-08e94d4afdc33e99787b506a9c3fb2d9fd625b32.tar.gz
hercules-08e94d4afdc33e99787b506a9c3fb2d9fd625b32.tar.bz2
hercules-08e94d4afdc33e99787b506a9c3fb2d9fd625b32.tar.xz
hercules-08e94d4afdc33e99787b506a9c3fb2d9fd625b32.zip
- Added function clif_changetraplook to handle changing the appearance of traps as they are triggered (rather than using clif_changelook which is meant for view_data objects)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5852 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 c30610cfb..252a707f8 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -77,6 +77,7 @@ int clif_changestatus(struct block_list*,int,int); //area
int clif_damage(struct block_list *,struct block_list *,unsigned int,int,int,int,int,int,int); // area
#define clif_takeitem(src,dst) clif_damage(src,dst,0,0,0,0,0,1,0)
int clif_changelook(struct block_list *,int,int); // area
+void clif_changetraplook(struct block_list *bl,int val); // area
void clif_refreshlook(struct block_list *bl,int id,int type,int val,int area); //area specified in 'area'
int clif_arrowequip(struct map_session_data *sd,int val); //self
int clif_arrow_fail(struct map_session_data *sd,int type); //self