diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-09 21:05:46 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-09 21:06:03 +0100 |
commit | b4038deb223e309fe886c71b3765a7e82e65f9bb (patch) | |
tree | cf259313fc52a280400b6c1811e2eadb4e1a1bbf /constantes.h | |
parent | 2a76d0662f9494f8469283a7b0fc72c17f40ecf6 (diff) |
handle the different type of targets
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'constantes.h')
-rw-r--r-- | constantes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constantes.h b/constantes.h index e68946b..dc647ba 100644 --- a/constantes.h +++ b/constantes.h @@ -73,7 +73,7 @@ enum action_state_t { ACTION_COUNT, }; -enum target_t { +enum target_type_t { TARGET_SINGLE_ALLY = 0x1, TARGET_SINGLE_ENEMY = TARGET_SINGLE_ALLY << 0x1, |