summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-19 12:06:00 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-10-19 12:06:00 +0200
commit35ee368cda79132d33449d0919aa564b54fec303 (patch)
tree9bcdbf21a8d0dcb62941246bf2c643548f4624e7 /crawl-ref/source/artefact.h
parentc2a5de1c21d20a1af1cecd6d74ac973b1ca8631d (diff)
downloadcrawl-ref-35ee368cda79132d33449d0919aa564b54fec303.tar.gz
crawl-ref-35ee368cda79132d33449d0919aa564b54fec303.zip
Replace a no longer valid comment.
Diffstat (limited to 'crawl-ref/source/artefact.h')
-rw-r--r--crawl-ref/source/artefact.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h
index da75adf0a3..a29c60f1c4 100644
--- a/crawl-ref/source/artefact.h
+++ b/crawl-ref/source/artefact.h
@@ -31,8 +31,7 @@ enum unrand_flag_type
UNRAND_FLAG_CORPSE_VIOLATING = 0x40,
UNRAND_FLAG_NOGEN = 0x80,
UNRAND_FLAG_RANDAPP =0x100,
- // Warning! Any further extension and you'll need to change the field from
- // a char. What a loss of 82*sizeof() bytes...
+ // Please make sure it fits in unrandart_entry.flags (currently 16 bits).
};
enum setup_missile_type