summaryrefslogtreecommitdiff
path: root/src/wizard2.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/wizard2.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/wizard2.c')
-rw-r--r--src/wizard2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wizard2.c b/src/wizard2.c
index d7bde6eb..2d398905 100644
--- a/src/wizard2.c
+++ b/src/wizard2.c
@@ -1818,11 +1818,6 @@ void do_cmd_debug(void)
teleport_player(10);
break;
- /* Panic save the game */
- case 'P':
- exit_game_panic();
- break;
-
/* get a Quest */
case 'q':
{