rename MACOS9 to MAC68K to avoid confusion with modern macOS
This commit is contained in:
+3
-3
@@ -363,7 +363,7 @@ static int optfn_##a(int, int, boolean, char *, char *);
|
||||
NHOPTB(herecmd_menu, Advanced, 0, opt_in, set_in_game,
|
||||
Off, Yes, No, No, NoAlias, &iflags.herecmd_menu, Term_False,
|
||||
"show commands available in this location")
|
||||
#if defined(MACOS9)
|
||||
#if defined(MAC68K)
|
||||
NHOPTC(hicolor, Advanced, 15, opt_in, set_in_config,
|
||||
No, Yes, No, No, NoAlias,
|
||||
"same as palette, only order is reversed")
|
||||
@@ -396,7 +396,7 @@ static int optfn_##a(int, int, boolean, char *, char *);
|
||||
NHOPTB(idlecheckpoint, Advanced, 0, opt_in, set_in_game,
|
||||
Off, Yes, No, No, NoAlias, &iflags.idlecheckpoint, Term_Off,
|
||||
"update checkpoint file if input is idle for 10 seconds")
|
||||
#ifndef MACOS9
|
||||
#ifndef MAC68K
|
||||
NHOPTB(ignintr, Advanced, 0, opt_in, set_in_game,
|
||||
Off, Yes, No, No, NoAlias, &flags.ignintr, Term_False,
|
||||
"ignore interrupt signals")
|
||||
@@ -548,7 +548,7 @@ static int optfn_##a(int, int, boolean, char *, char *);
|
||||
No, Yes, No, No, NoAlias,
|
||||
"the inventory order of the items in your pack")
|
||||
#ifdef CHANGE_COLOR
|
||||
#ifndef MACOS9 /* not old Mac OS9 */
|
||||
#ifndef MAC68K /* not old Mac OS9 */
|
||||
NHOPTC(palette, Advanced, 15, opt_in, set_gameview,
|
||||
No, Yes, Yes, No, "hicolor",
|
||||
"palette (adjust an RGB color in palette (color/R-G-B)")
|
||||
|
||||
Reference in New Issue
Block a user