summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-06-08 21:40:09 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-06-08 21:40:09 +0200
commit13c6cab02a22a461521f9261bb9bbaa8ce51c4b9 (patch)
treeddeaa27d7627cd882b58423da9a2e5b184a1427f /crawl-ref/source/artefact.h
parenta7e9368205d063d909ea949a912e846997a7636f (diff)
downloadcrawl-ref-13c6cab02a22a461521f9261bb9bbaa8ce51c4b9.tar.gz
crawl-ref-13c6cab02a22a461521f9261bb9bbaa8ce51c4b9.zip
Bring sanity to enums by making them diffable/patchable.
Diffstat (limited to 'crawl-ref/source/artefact.h')
-rw-r--r--crawl-ref/source/artefact.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h
index d8f59b308b..cee9270c09 100644
--- a/crawl-ref/source/artefact.h
+++ b/crawl-ref/source/artefact.h
@@ -28,7 +28,7 @@ enum unrand_special_type
{
UNRANDSPEC_EITHER,
UNRANDSPEC_NORMAL,
- UNRANDSPEC_SPECIAL
+ UNRANDSPEC_SPECIAL,
};
enum unrand_flag_type
@@ -41,7 +41,7 @@ enum unrand_flag_type
UNRAND_FLAG_UNCLEAN = 0x10,
UNRAND_FLAG_CHAOTIC = 0x20,
UNRAND_FLAG_CORPSE_VIOLATING = 0x40,
- UNRAND_FLAG_NOGEN = 0x80
+ UNRAND_FLAG_NOGEN = 0x80,
// Warning! Any further extension and you'll need to change the field from
// a char. What a loss of 82*sizeof() bytes...
};
@@ -50,7 +50,7 @@ enum setup_missile_type
{
SM_CONTINUE,
SM_FINISHED,
- SM_CANCEL
+ SM_CANCEL,
};
// The following unrandart bits were taken from $pellbinder's mon-util