Make TOURIST unconditional.
This commit is contained in:
@@ -996,11 +996,8 @@ make_version()
|
||||
| (1L << 6)
|
||||
#endif
|
||||
/* objects (10..14) */
|
||||
#ifdef TOURIST
|
||||
| (1L << 10)
|
||||
#endif
|
||||
#ifdef GOLDOBJ
|
||||
| (1L << 11)
|
||||
| (1L << 10)
|
||||
#endif
|
||||
/* flag bits and/or other global variables (15..26) */
|
||||
#ifdef TEXTCOLOR
|
||||
@@ -1339,9 +1336,6 @@ static const char *build_opts[] = {
|
||||
#ifdef TIMED_DELAY
|
||||
"timed wait for display effects",
|
||||
#endif
|
||||
#ifdef TOURIST
|
||||
"tourists",
|
||||
#endif
|
||||
#ifdef USER_SOUNDS
|
||||
# ifdef USER_SOUNDS_REGEX
|
||||
"user sounds via regular expressions",
|
||||
@@ -2515,11 +2509,9 @@ do_objs()
|
||||
|
||||
if (!strncmp(objnam, "THE_", 4))
|
||||
objnam += 4;
|
||||
#ifdef TOURIST
|
||||
/* fudge _platinum_ YENDORIAN EXPRESS CARD */
|
||||
if (!strncmp(objnam, "PLATINUM_", 9))
|
||||
objnam += 9;
|
||||
#endif
|
||||
Fprintf(ofp,"#define\tART_%s\t%d\n", limit(objnam, 1), i);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user