This commit is contained in:
jl777
2019-02-16 00:44:29 -11:00
parent e64329265c
commit f341a6938e

View File

@@ -273,8 +273,8 @@ inventory(struct rogue_state *rs,THING *list, int type)
} }
msg_esc = FALSE; msg_esc = FALSE;
} }
//if ( n_objs != numpack ) //if ( n_objs != inpack )
fprintf(stderr,"n_objs.%d vs numpack.%d\n",n_objs,numpack), sleep(2); fprintf(stderr,"n_objs.%d vs inpack.%d\n",n_objs,inpack), sleep(2);
if (n_objs == 0) if (n_objs == 0)
{ {
if (terse) if (terse)