diff command.c @ 28032:92e770f6e890

Print ID_EXIT and exit reason message in identify mode when exiting. Patch by rvm [rvm3000 ya com]
author reimar
date Tue, 02 Dec 2008 19:53:41 +0000
parents 26c27a80b8af
children c616bf5d520b
line wrap: on
line diff
--- a/command.c	Tue Dec 02 15:03:19 2008 +0000
+++ b/command.c	Tue Dec 02 19:53:41 2008 +0000
@@ -2505,7 +2505,7 @@
 	    break;
 
 	case MP_CMD_QUIT:
-	    exit_player_with_rc(MSGTR_Exit_quit,
+	    exit_player_with_rc(EXIT_QUIT,
 				(cmd->nargs > 0) ? cmd->args[0].v.i : 0);
 
 	case MP_CMD_PLAY_TREE_STEP:{