summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
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/player.cc
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/player.cc')
-rw-r--r--crawl-ref/source/player.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index b857172017..b7dc9e30a1 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -4391,6 +4391,7 @@ void player::init()
your_name[0] = 0;
+ banished = false;
berserk_penalty = 0;
berserker = 0;
conf = 0;