summaryrefslogtreecommitdiff
path: root/src/variable.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/variable.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/variable.c')
-rw-r--r--src/variable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/variable.c b/src/variable.c
index 66c59989..fdbf0648 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -131,7 +131,6 @@ byte graphics_mode; /* Current graphics mode */
u16b total_winner; /* Semi-Hack -- Game has been won */
u16b has_won; /* Semi-Hack -- Game has been won */
-u16b panic_save; /* Track some special "conditions" */
u16b noscore; /* Track various "cheating" conditions */
s16b signal_count; /* Hack -- Count interupts */