summaryrefslogtreecommitdiff
path: root/src/config.h
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/config.h
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/config.h')
-rw-r--r--src/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config.h b/src/config.h
index a2f3b61e..fc87c6ca 100644
--- a/src/config.h
+++ b/src/config.h
@@ -395,11 +395,6 @@
/* #define ALLOW_QUITTING */
/*
- * Panic saves have a different name
- */
-#define SAFER_PANICS
-
-/*
* Allow makefiles to override the default file mode
*/
#ifndef FILE_MODE