summaryrefslogtreecommitdiff
path: root/constantes.h
diff options
context:
space:
mode:
Diffstat (limited to 'constantes.h')
-rw-r--r--constantes.h2
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,