summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorskyleo <skyleo@skyleo.de>2019-10-02 23:59:32 +0200
committerHaru <haru@dotalux.com>2020-03-08 20:56:28 +0100
commita70f43dc90f634b1e840d3e77895c433bcc91d71 (patch)
tree50fea32d7ec24927ae54394d27af0eb1a02fe444 /src
parent7879d7be752fe7488c8d1653b0ca88e6574b9e4a (diff)
downloadhercules-a70f43dc90f634b1e840d3e77895c433bcc91d71.tar.gz
hercules-a70f43dc90f634b1e840d3e77895c433bcc91d71.tar.bz2
hercules-a70f43dc90f634b1e840d3e77895c433bcc91d71.tar.xz
hercules-a70f43dc90f634b1e840d3e77895c433bcc91d71.zip
Add TODO-comment suggesting enum for unit->walktoxy
Diffstat (limited to 'src')
-rw-r--r--src/map/unit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/unit.c b/src/map/unit.c
index 3a1f2a9f9..b0d7a6767 100644
--- a/src/map/unit.c
+++ b/src/map/unit.c
@@ -529,6 +529,7 @@ static int unit_delay_walktoxy_timer(int tid, int64 tick, int id, intptr_t data)
*/
static int unit_walktoxy(struct block_list *bl, short x, short y, int flag)
{
+ // TODO: change flag to enum? [skyleo]
struct unit_data* ud = NULL;
struct status_change* sc = NULL;
struct walkpath_data wpd;