#endif /* SYSCF */
} else if (match_varname(buf, "BOULDER", 3)) {
- (void) get_uchars(bufp, &g.ov_primary_syms[SYM_BOULDER + SYM_OFF_X], TRUE, 1,
- "BOULDER");
- (void) get_uchars(bufp, &ov_primary_syms[SYM_BOULDER + SYM_OFF_X],
++ (void) get_uchars(bufp, &g.ov_primary_syms[SYM_BOULDER + SYM_OFF_X],
+ TRUE, 1, "BOULDER");
} else if (match_varname(buf, "MENUCOLOR", 9)) {
if (!add_menu_coloring(bufp))
retval = FALSE;
#ifndef UNIX
#ifdef PREFIXES_IN_USE
#ifdef WIN32
- strp = fqn_prefix_names[SYSCONFPREFIX];
+ cstrp = fqn_prefix_names[SYSCONFPREFIX];
#else
- strp = fqn_prefix_names[HACKPREFIX];
+ cstrp = fqn_prefix_names[HACKPREFIX];
#endif /* WIN32 */
maxlen = BUFSZ - sizeof " (in )";
- if (strp && (int) strlen(strp) < maxlen)
- Sprintf(buf, " (in %s)", strp);
+ if (cstrp && (int) strlen(cstrp) < maxlen)
+ Sprintf(buf, " (in %s)", cstrp);
#endif /* PREFIXES_IN_USE */
- raw_printf("%s loadable symbols file%s:", s_suffix(gamename), buf);
+ raw_printf("The loadable symbols file%s:", buf);
#endif /* UNIX */
#ifdef UNIX
raw_printf(" \"%s\"", filep);
#endif /* UNIX */
- strp = fqn_prefix_names[DATAPREFIX];
+ /* dlb vs non-dlb */
+
+ buf[0] = '\0';
+ #ifdef PREFIXES_IN_USE
- if (strp && (int) strlen(strp) < maxlen)
- Sprintf(buf, " (in %s)", strp);
++ cstrp = fqn_prefix_names[DATAPREFIX];
+ maxlen = BUFSZ - sizeof " (in )";
++ if (cstrp && (int) strlen(cstrp) < maxlen)
++ Sprintf(buf, " (in %s)", cstrp);
+ #endif
+ #ifdef DLB
+ raw_printf("Basic data files%s are collected inside:", buf);
+ filep = DLBFILE;
+ raw_printf(" \"%s\"", filep);
+ #ifdef DLBFILE2
+ filep = DLBFILE2;
+ raw_printf(" \"%s\"", filep);
+ #endif
+ #else /* !DLB */
+ raw_printf("Basic data files%s are in many separate files.", buf);
+ #endif /* ?DLB */
+
/* personal configuration file */
buf[0] = '\0';