diff options
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index cb15e3b90..1a23870e7 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -539,6 +539,9 @@ struct Battle_Config { // BodyStyle int min_body_style, max_body_style; int save_body_style; + + // Warp Face Direction + int player_warp_keep_direction; }; /* criteria for battle_config.idletime_critera */ |