From b4038deb223e309fe886c71b3765a7e82e65f9bb Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Fri, 9 Jan 2015 21:05:46 +0100 Subject: handle the different type of targets Signed-off-by: Olivier Gayot --- constantes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constantes.h') 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, -- cgit v1.2.3