Merge branch 'macosx-curses-fall2018' into NetHack-3.6.2-beta01

This commit is contained in:
nhmall
2018-11-20 21:01:48 -05:00
61 changed files with 11185 additions and 213 deletions

View File

@@ -533,7 +533,7 @@ doextlist(VOID_ARGS)
return 0;
}
#ifdef TTY_GRAPHICS
#if defined(TTY_GRAPHICS) || defined(CURSES_GRAPHICS)
#define MAX_EXT_CMD 200 /* Change if we ever have more ext cmds */
/*
@@ -901,7 +901,7 @@ STATIC_PTR int
wiz_level_change(VOID_ARGS)
{
char buf[BUFSZ] = DUMMY;
int newlevel;
int newlevel = 0;
int ret;
getlin("To what experience level do you want to be set?", buf);