diff options
-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; |