*** ./win/jtp/winjtp.c.orig 2006-01-15 23:22:13.000000000 +0100 --- ./win/jtp/winjtp.c 2006-01-16 19:09:44.000000000 +0100 *************** *** 2,7 **** --- 2,9 ---- /* Copyright (c) Jaakko Peltonen, 2000 */ /* NetHack may be freely redistributed. See license for details. */ + #include + #include "hack.h" #include "dlb.h" #ifdef SHORT_FILENAMES *************** *** 197,202 **** --- 199,207 ---- */ if (tempwindow->wintype == NHW_MESSAGE) { + /* print it on the terminal so I can see why I just died */ + fprintf(stderr, "%s\n", str); + /* Stop autopilot, except during a 'what is' command */ if ((jtp_move_length > 0) && (jtp_autopilot_type == JTP_AUTOPILOT_MOVEMENT))