Fix X11 compilation

This commit is contained in:
Pasi Kallinen
2019-05-09 10:23:29 +03:00
parent 42e3089596
commit fdb2c91723
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1074,11 +1074,11 @@ long new_value;
}
Strcat(buf, mname);
} else
Strcat(buf, rank_of(u.ulevel, pl_character[0], flags.female));
Strcat(buf, rank_of(u.ulevel, g.pl_character[0], flags.female));
} else if (attr_rec == &shown_stats[F_DLEVEL]) {
if (!describe_level(buf)) {
Strcpy(buf, dungeons[u.uz.dnum].dname);
Strcpy(buf, g.dungeons[u.uz.dnum].dname);
Sprintf(eos(buf), ", level %d", depth(&u.uz));
}
} else {