diff options
author | skyleo <skyleo@skyleo.de> | 2019-09-10 21:55:48 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2020-03-08 20:56:28 +0100 |
commit | bf40cd64e6bee575ee03eddee8efb033c8b084b5 (patch) | |
tree | 3f3784e0248c0400bfc1758e3f0032b63df3726e /src | |
parent | 0074b7b2b3e667942fb593428408d8432558fdc2 (diff) | |
download | hercules-bf40cd64e6bee575ee03eddee8efb033c8b084b5.tar.gz hercules-bf40cd64e6bee575ee03eddee8efb033c8b084b5.tar.bz2 hercules-bf40cd64e6bee575ee03eddee8efb033c8b084b5.tar.xz hercules-bf40cd64e6bee575ee03eddee8efb033c8b084b5.zip |
Remove refactor-continue comment
Diffstat (limited to 'src')
-rw-r--r-- | src/map/unit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index 19ad5423d..d70f76113 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -494,7 +494,6 @@ static int unit_walktoxy_timer(int tid, int64 tick, int id, intptr_t data) return 0; } -//TODO: CONTINUE REFACTORING HERE static int unit_delay_walktoxy_timer(int tid, int64 tick, int id, intptr_t data) { struct block_list *bl = map->id2bl(id); |