Sometimes "mu" is the answer.
Sorry, no fortune this time. Better luck next cookie!
Spare your scrolls of make-edible until it's really necessary!
+Stormbringer doesn't steal souls. People steal souls.
Suddenly, the dungeon will collapse...
Taming a mail daemon may cause a system security violation.
The crowd was so tough, the Stooges won't play the Dungeon anymore, nyuk nyuk.
-/* SCCS Id: @(#)options.c 3.4 2002/07/27 */
+/* SCCS Id: @(#)options.c 3.4 2002/08/24 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
}
}
retval = TRUE;
- } if (!strcmp("runmode", optname)) {
+ } else if (!strcmp("runmode", optname)) {
const char *mode_name;
menu_item *mode_pick = (menu_item *)0;
tmpwin = create_nhwindow(NHW_MENU);
retval = TRUE;
}
#ifdef TTY_GRAPHICS
- else if (!strcmp("msg_window", optname)) {
+ else if (!strcmp("msg_window", optname)) {
/* by Christian W. Cooper */
menu_item *window_pick = (menu_item *)0;
tmpwin = create_nhwindow(NHW_MENU);
( msg_data->y<(data->yPos+mcam) ||
msg_data->y>(data->yPos+data->yPageSize-mcam) );
- mcam += iflags.wc_scroll_amount;
+ mcam += iflags.wc_scroll_amount - 1;
/* get page size and center horizontally on x-position */
if( scroll_x ) {
if( data->xPageSize<=2*mcam ) {