summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-05 18:11:28 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-05 21:33:35 +0200
commit26f1bf4fa12f2d7c32586851333981cf7ca1fb84 (patch)
tree8972d4b44b0424911c3a5b99dbb2488e97f3e127 /crawl-ref/source/decks.h
parent274fa8d6940881167168792709ce109ac24103db (diff)
downloadcrawl-ref-26f1bf4fa12f2d7c32586851333981cf7ca1fb84.tar.gz
crawl-ref-26f1bf4fa12f2d7c32586851333981cf7ca1fb84.zip
Remove an unused deck property (from Mark Four times).
Diffstat (limited to 'crawl-ref/source/decks.h')
-rw-r--r--crawl-ref/source/decks.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h
index 9478720f79..4b45c66876 100644
--- a/crawl-ref/source/decks.h
+++ b/crawl-ref/source/decks.h
@@ -17,9 +17,7 @@
// highest index card being the top card, and index 0 being the bottom
// card), deck.props.["card_flags"] holds the flags for each card,
// deck.props["num_marked"] is the number of marked cards left in the
-// deck, and deck.props["non_brownie_draws"] is the number of
-// non-marked draws you have to make from that deck before earning
-// brownie points from it again.
+// deck.
//
// The card type and per-card flags are each stored as unsigned bytes,
// for a maximum of 256 different kinds of cards and 8 bits of flags.