summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 83c3f3cdb..b2e194fc4 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -365,11 +365,13 @@ struct unit_data {
unsigned int canact_tick;
unsigned int canmove_tick;
unsigned char dir;
+ unsigned char walk_count;
struct {
unsigned change_walk_target : 1 ;
unsigned skillcastcancel : 1 ;
unsigned attack_continue : 1 ;
unsigned walk_easy : 1 ;
+ unsigned running : 1;
} state;
};