summaryrefslogtreecommitdiff
path: root/src/emap/unit.c
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-07-13 20:30:43 +0000
committergumi <git@gumi.ca>2020-07-13 20:31:50 +0000
commit7840b10caf239eaf9e0b10971457581fa30a6ec2 (patch)
tree8d7bbb001f5b3c02590f31f21797896699eb1a64 /src/emap/unit.c
parent48200a8f6fb8f9e683ce7eff9d8852c482c5a8f6 (diff)
downloadevol-hercules-7840b10caf239eaf9e0b10971457581fa30a6ec2.tar.gz
evol-hercules-7840b10caf239eaf9e0b10971457581fa30a6ec2.tar.bz2
evol-hercules-7840b10caf239eaf9e0b10971457581fa30a6ec2.tar.xz
evol-hercules-7840b10caf239eaf9e0b10971457581fa30a6ec2.zip
update the call syntax of some internal functions
Diffstat (limited to 'src/emap/unit.c')
-rw-r--r--src/emap/unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/unit.c b/src/emap/unit.c
index e3559ba..4867e7d 100644
--- a/src/emap/unit.c
+++ b/src/emap/unit.c
@@ -171,5 +171,5 @@ int eunit_walktoxy_pre(struct block_list **blPtr __attribute__ ((unused)),
skill->sit(sd, 0);
}
- return 1;
+ return 0;
}