diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 6d525c117..aaf44cd36 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -407,6 +407,7 @@ struct mob_data { } state; int timer; short to_x,to_y; + short target_dir; short speed; int hp; int target_id,attacked_id; |