summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-03 19:43:15 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-03 19:43:15 +0000
commit994e47e696f72ad626d32868b3add9f0b2ec6c4c (patch)
treef19defa9413534ba66120c761159e80297895380 /crawl-ref/source/mutation.h
parent5f9de3b2fd102b4ff9c4a7227e57ed5ddee43fbc (diff)
downloadcrawl-ref-994e47e696f72ad626d32868b3add9f0b2ec6c4c.tar.gz
crawl-ref-994e47e696f72ad626d32868b3add9f0b2ec6c4c.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4852 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 076203b7f5..06f18a3e7e 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -75,7 +75,7 @@ bool give_bad_mutation(bool failMsg = true, bool force_mutation = false);
/* ***********************************************************************
* called from: player
* *********************************************************************** */
-void demonspawn(void);
+void demonspawn();
bool perma_mutate(mutation_type which_mut, int how_much);
int how_mutated(bool all = false, bool levels = false);