diff options
author | skyleo <skyleo@skyleo.de> | 2019-10-02 23:59:32 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2020-03-08 20:56:28 +0100 |
commit | a70f43dc90f634b1e840d3e77895c433bcc91d71 (patch) | |
tree | 50fea32d7ec24927ae54394d27af0eb1a02fe444 /src/map/unit.c | |
parent | 7879d7be752fe7488c8d1653b0ca88e6574b9e4a (diff) | |
download | hercules-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/map/unit.c')
-rw-r--r-- | src/map/unit.c | 1 |
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; |