artifact.c, cmd.c and makemon.c globals moved to instance_globals.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user