artifact.c, cmd.c and makemon.c globals moved to instance_globals.

This commit is contained in:
Bart House
2018-11-23 21:06:53 -08:00
parent 74caa8d8e4
commit f1e48cddfe
9 changed files with 313 additions and 302 deletions

View File

@@ -972,7 +972,7 @@ struct obj *obj;
/* construct list of directions to show player for likely choices */
downok = !!can_reach_floor(FALSE);
dsp = dirsyms;
for (sdp = Cmd.dirchars; *sdp; ++sdp) {
for (sdp = g.Cmd.dirchars; *sdp; ++sdp) {
/* filter out useless directions */
if (u.uswallow) {
; /* all directions are viable when swallowed */