summaryrefslogtreecommitdiff
path: root/src/map/unit.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-18 15:09:30 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-18 15:09:30 +0000
commit09be69eca7b318cd1f3bcc16a7732712d1b705c7 (patch)
treeafcc0212eb45e2819cac5c2ca2b62023363b05e0 /src/map/unit.c
parent53e154561caec018e734900a0a4e53cf35e3f2c0 (diff)
downloadhercules-09be69eca7b318cd1f3bcc16a7732712d1b705c7.tar.gz
hercules-09be69eca7b318cd1f3bcc16a7732712d1b705c7.tar.bz2
hercules-09be69eca7b318cd1f3bcc16a7732712d1b705c7.tar.xz
hercules-09be69eca7b318cd1f3bcc16a7732712d1b705c7.zip
- Modified the Asura code (again), hopefully movement sprite issues are fixed now
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8793 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/unit.c')
-rw-r--r--src/map/unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c
index c6c8a6dc1..9417115ed 100644
--- a/src/map/unit.c
+++ b/src/map/unit.c
@@ -262,7 +262,7 @@ static int unit_walktoxy_timer(int tid,unsigned int tick,int id,int data)
return 0;
}
-//Easy parameter: &1 -> 1/2 = easy/hard, &2 -> force walking.
+//Easy parameter: &1 -> 1/0 = easy/hard, &2 -> force walking.
int unit_walktoxy( struct block_list *bl, int x, int y, int easy) {
struct unit_data *ud = NULL;
struct status_change *sc = NULL;