diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index a94da16df..4380cd9f5 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -359,7 +359,9 @@ struct unit_data { int skilltimer;
int attacktarget;
int attacktimer;
+ int walktarget;
int walktimer;
+ int chaserange;
unsigned int attackabletime;
unsigned int canact_tick;
unsigned int canmove_tick;
|