diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-26 10:49:17 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-26 11:51:43 +0800 |
commit | 0ae4d58e985dcc3d265ea30505f439c34eab21ab (patch) | |
tree | 286f735ca16bd576926197f4f6a80ab6f0c24dc4 /include | |
parent | d99119bad5d71d356d3f5492a3df02bf64075178 (diff) |
resolve more review comments
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/battle.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/constants/battle.h b/include/constants/battle.h index 48c53582a..910b50562 100644 --- a/include/constants/battle.h +++ b/include/constants/battle.h @@ -293,4 +293,9 @@ #define BATTLE_TERRAIN_BUILDING 8 #define BATTLE_TERRAIN_PLAIN 9 +// Return value for IsRunningFromBattleImpossible. +#define BATTLE_RUN_SUCCESS 0 +#define BATTLE_RUN_FORBIDDEN 1 +#define BATTLE_RUN_FAILURE 2 + #endif // GUARD_CONSTANTS_BATTLE_H |