summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-11 17:33:58 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-11 17:33:58 +0000
commit7c74f09515f1eca23f007e106f2bb69cd4ae508e (patch)
tree09630838892a530cb166509065ae2f9ed2b67229 /src/map/clif.h
parent26789cc24022cf600543860c4a15dbe79aa0e1f8 (diff)
downloadhercules-7c74f09515f1eca23f007e106f2bb69cd4ae508e.tar.gz
hercules-7c74f09515f1eca23f007e106f2bb69cd4ae508e.tar.bz2
hercules-7c74f09515f1eca23f007e106f2bb69cd4ae508e.tar.xz
hercules-7c74f09515f1eca23f007e106f2bb69cd4ae508e.zip
- Removed function clif_movepc as it's no longer invoked anywhere.
- Removed clif_move as it's not needed anymore. - Renamed clif_moveunit to clif_move and uncommented it. This is the new "unit movement" packet to use (the code should be robust enough to always invoke a clif_insight/outsight for characters going in/out of sight). - Because of this, many functions that handled the return of conv_str need to be changed, I haven't finished doing the conversion process because I must go already, if someone else can continue, please do so (I will resume work on this in ~5 hours git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9987 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 6a0e51da8..7bf9eb682 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -73,7 +73,7 @@ int clif_clearchar_delay(unsigned int,struct block_list *,int);
int clif_clearchar_id(int,int,int);
int clif_spawn(struct block_list*); //area
int clif_walkok(struct map_session_data*); // self
-int clif_move(struct block_list*); // area
+void clif_move(struct unit_data *ud); //area
int clif_changemap(struct map_session_data*,short,int,int); //self
int clif_changemapserver(struct map_session_data* sd, const char* mapname, int x, int y, int ip, int port); //self
int clif_blown(struct block_list *); // area