summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 16:35:34 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 16:35:34 +0000
commitbc6a2c43ad0e6c23ea92d873a8e5efa9670660f9 (patch)
tree270185c947e476e51cf52e89f4e2ef6e10bce66e /crawl-ref/source/spells3.h
parent8bc24807373e07c83b31c7152c5fef820e51c325 (diff)
downloadcrawl-ref-bc6a2c43ad0e6c23ea92d873a8e5efa9670660f9.tar.gz
crawl-ref-bc6a2c43ad0e6c23ea92d873a8e5efa9670660f9.zip
Add more miscellaneous minor fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5596 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index ce74a6a4b8..3c8b4bdcfc 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -22,7 +22,7 @@ struct bolt;
/* ***********************************************************************
* called from: spells1 - spells3
* *********************************************************************** */
-bool allow_control_teleport( bool silent = false );
+bool allow_control_teleport(bool quiet = false);
// updated 24may2000 {dlb}