summaryrefslogtreecommitdiff
path: root/constantes.h
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-01-11 02:02:07 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-01-11 03:01:46 +0100
commit65364d2e2f40807fdd03ade25917f728adc0ef77 (patch)
treee2d2e5d0a7e329f50009a086959b4226fe27dde7 /constantes.h
parentd590bfdcdfa8799439cffa41fc74346e9923b6e7 (diff)
coding rules: stop at 78 colsrewrite
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'constantes.h')
-rw-r--r--constantes.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/constantes.h b/constantes.h
index eb530f9..b6238b5 100644
--- a/constantes.h
+++ b/constantes.h
@@ -29,24 +29,24 @@ enum character_class_t {
#define MORT 0
enum element_t {
- ELEMENT_FIRE,
- ELEMENT_ICE,
- ELEMENT_WATER,
- ELEMENT_THUNDER,
+ ELEM_FIRE,
+ ELEM_ICE,
+ ELEM_WATER,
+ ELEM_THUNDER,
- ELEMENT_COUNT,
+ ELEM_COUNT,
- ELEMENT_NONE = ELEMENT_COUNT,
+ ELEM_NONE = ELEM_COUNT,
};
enum affinity_t {
- AFFINITY_ABSORPTION,
- AFFINITY_INVULNERABILITY,
- AFFINITY_RESISTANCE,
- AFFINITY_NONE,
- AFFINITY_SENSITIVE,
+ AFFIN_ABSORPTION,
+ AFFIN_INVULN,
+ AFFIN_RESISTANCE,
+ AFFIN_NONE,
+ AFFIN_SENSITIVE,
- AFFINITY_COUNT,
+ AFFIN_COUNT,
};
#define POTION 0