diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 270cb549b..b9a21036f 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -623,7 +623,7 @@ struct map_session_data { int fd;
unsigned short mapindex;
unsigned short prev_speed,prev_adelay;
- unsigned char head_dir;
+ unsigned char head_dir; //0: Look forward. 1: Look right, 2: Look left.
unsigned int client_tick;
int npc_id,areanpc_id,npc_shopid;
int npc_item_flag; //Marks the npc_id with which you can use items during interactions with said npc (see script command enable_itemuse)
|