]> granicus.if.org Git - nethack/commitdiff
(from <Someone>)
authornethack.allison <nethack.allison>
Thu, 28 Aug 2003 05:52:02 +0000 (05:52 +0000)
committernethack.allison <nethack.allison>
Thu, 28 Aug 2003 05:52:02 +0000 (05:52 +0000)
win/gem/wingem1.c

index 9b37c34599c7998535a928c9f65230853938ac08..9082b1f6cf6a537546ac381ea16ec8696ebdfbdd 100644 (file)
@@ -17,6 +17,7 @@
 #include "gr_rect.h"
 
 #define genericptr_t void *
+typedef signed char schar;
 #include "wintype.h"
 #undef genericptr_t
 
@@ -41,7 +42,7 @@ typedef signed char   xchar;
 #undef NDECL
 #undef FDECL
 
-static char nullstr[]="",  md[]="NetHack 3.4.1", strCancel[]="Cancel", strOk[]="Ok", strText[]="Text";
+static char nullstr[]="",  md[]="NetHack 3.4.2", strCancel[]="Cancel", strOk[]="Ok", strText[]="Text";
 
 extern winid WIN_MESSAGE, WIN_MAP, WIN_STATUS, WIN_INVEN;