From f9c459680ef61af4387edb352b899c43399698c6 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Thu, 31 Mar 2011 01:18:50 +0200 Subject: Files: Remove panic saves. It is NOT a good idea to save the game when memory may already be corrupted. --- src/variable.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/variable.c') 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 */ -- cgit v1.2.3