summaryrefslogtreecommitdiff
path: root/src/birth.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2011-03-31 01:18:50 +0200
committerBardur Arantsson <bardur@scientician.net>2012-03-29 19:53:56 +0200
commitf9c459680ef61af4387edb352b899c43399698c6 (patch)
treec9cbd16c856facc7372374004f15c18ec7683953 /src/birth.c
parentf4b63ea835e9deafa2fb60270c6b53f8a3698256 (diff)
Files: Remove panic saves.
It is NOT a good idea to save the game when memory may already be corrupted.
Diffstat (limited to 'src/birth.c')
-rw-r--r--src/birth.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/birth.c b/src/birth.c
index 5f4eac5a..4b865172 100644
--- a/src/birth.c
+++ b/src/birth.c
@@ -975,9 +975,6 @@ static void player_wipe(void)
total_winner = 0;
has_won = FALSE;
- /* Assume no panic save */
- panic_save = 0;
-
/* Assume no cheating */
noscore = 0;
wizard = 0;