summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-02 17:31:31 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-02 17:31:31 +0000
commit1826273cc56b745d81621bb8b44ba0efd0d95c15 (patch)
tree24d2e0198719f653e99c37378f669fa9b982506a /crawl-ref/source/effects.h
parent9548119ecb3949f1df7d8bb39372e9fd5b656690 (diff)
downloadcrawl-ref-1826273cc56b745d81621bb8b44ba0efd0d95c15.tar.gz
crawl-ref-1826273cc56b745d81621bb8b44ba0efd0d95c15.zip
Fixed Abyss banishment crash.
Don't show -more- after the "cast into the Abyss" so that players on public servers are not tempted to kill the tty to escape the banishment. It's still possible that there are enough messages in view that the game puts in a -more- unasked for, but I'll live with that. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@769 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index 5544eab617..59f663154b 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -22,7 +22,7 @@
/* ***********************************************************************
* called from: ability - acr - beam - decks - fight - religion - spells
* *********************************************************************** */
-void banished(unsigned char gate_type);
+void banished(int gate_type);
// last updated 12may2000 {dlb}