3.3.2 to 3.4.0
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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. */
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user