some 3.4.1 preparation
Update patchlevel.h Update some strings from 3.4.0 to 3.4.1.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Hi,
|
||||
|
||||
This is nethack3.4.0 for Atari Gem and tty
|
||||
This is nethack3.4.1 for Atari Gem and tty
|
||||
Windowing System.
|
||||
|
||||
It is by far not complete or perfect.
|
||||
|
||||
@@ -41,7 +41,7 @@ typedef signed char xchar;
|
||||
#undef NDECL
|
||||
#undef FDECL
|
||||
|
||||
static char nullstr[]="", md[]="NetHack 3.4.0", strCancel[]="Cancel", strOk[]="Ok", strText[]="Text";
|
||||
static char nullstr[]="", md[]="NetHack 3.4.1", strCancel[]="Cancel", strOk[]="Ok", strText[]="Text";
|
||||
|
||||
extern winid WIN_MESSAGE, WIN_MAP, WIN_STATUS, WIN_INVEN;
|
||||
|
||||
|
||||
@@ -1972,7 +1972,7 @@ logDebug(const char *fmt, ...)
|
||||
/* Reading and writing settings from the registry. */
|
||||
#define CATEGORYKEY "Software"
|
||||
#define COMPANYKEY "NetHack"
|
||||
#define PRODUCTKEY "NetHack 3.4.0"
|
||||
#define PRODUCTKEY "NetHack 3.4.1"
|
||||
#define SETTINGSKEY "Settings"
|
||||
#define MAINSHOWSTATEKEY "MainShowState"
|
||||
#define MAINMINXKEY "MainMinX"
|
||||
|
||||
Reference in New Issue
Block a user