3.3.2 to 3.4.0

This commit is contained in:
nethack.allison
2002-02-04 16:11:00 +00:00
parent 06528d1002
commit 742e1e8c90
178 changed files with 232 additions and 232 deletions

View File

@@ -1,6 +1,6 @@
Hi,
This is nethack3.3.1 for Atari Gem and tty
This is nethack3.4.0 for Atari Gem and tty
Windowing System.
It is by far not complete or perfect.

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)wingem.c 3.3 1999/12/10 */
/* SCCS Id: @(#)wingem.c 3.4 1999/12/10 */
/* Copyright (c) Christian Bressler, 1999 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)wingem1.c 3.3 1999/12/10 */
/* SCCS Id: @(#)wingem1.c 3.4 1999/12/10 */
/* Copyright (c) Christian Bressler 1999 */
/* NetHack may be freely redistributed. See license for details. */
@@ -39,7 +39,7 @@ typedef signed char xchar;
#undef NDECL
#undef FDECL
static char nullstr[]="", md[]="NetHack 3.3.1", strCancel[]="Cancel", strOk[]="Ok", strText[]="Text";
static char nullstr[]="", md[]="NetHack 3.4.0", strCancel[]="Cancel", strOk[]="Ok", strText[]="Text";
extern winid WIN_MESSAGE, WIN_MAP, WIN_STATUS, WIN_INVEN;