From 0ae4d58e985dcc3d265ea30505f439c34eab21ab Mon Sep 17 00:00:00 2001 From: jiangzhengwenjz Date: Sat, 26 Oct 2019 10:49:17 +0800 Subject: resolve more review comments --- include/constants/battle.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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 -- cgit v1.2.3