summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-20 04:18:24 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-20 04:18:24 +0000
commitce4c865a65d347888fb6815c0878821247f86a57 (patch)
tree6777977f077895e233eee0f16854af3c60074fe3 /crawl-ref/source/mutation.h
parent5eca8b99d3e4abdb3f2047f776380b33bcb2fc1c (diff)
downloadcrawl-ref-ce4c865a65d347888fb6815c0878821247f86a57.tar.gz
crawl-ref-ce4c865a65d347888fb6815c0878821247f86a57.zip
Mutations 'green marks' was being miscounted as mutation #64, rather than
the correct #65, leading to there being the wrong number of entries in the mutation tables. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2154 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mutation.h')
-rw-r--r--crawl-ref/source/mutation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h
index 44e4ba1fde..91d1f37995 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -39,7 +39,7 @@ formatted_string describe_mutations();
/* ***********************************************************************
* called from: decks - it_use2 - mutation - spells
* *********************************************************************** */
-bool delete_mutation(mutation_type which_mutation);
+bool delete_mutation(mutation_type which_mutation, bool force = false);
// last updated 12may2000 {dlb}