git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8570 c06c8d41-db1a-0410-9941-cceddc491573
NJZ76XANRSSUF56OATCXHT7ACURLDPAMPGLF5KYDX637ZKICMP4QC
WYY7BGXYXYT5BDJETHB5YJJO5V7XPE7CF3MKX6PVMLVTEIO4V3KAC
Q3B3UVMYEVC4YJUPYVSNTR4DJH4E6J4JJDHZNT5LNOCHCPPMEMXAC
IYKF7624NNMXQET3NQ5RVEB6DXXCZX4GQOPUGWF2DWBOIMUAB2QAC
bool shown[ENDOFPACK]; memset(shown, 0, sizeof(shown));
bool shown[ENDOFPACK];
memset(shown, 0, sizeof(shown));
bool inv_shown[ENDOFPACK]; memset(inv_shown, 0, sizeof(inv_shown));
bool inv_shown[ENDOFPACK];
memset(inv_shown, 0, sizeof(inv_shown));
if (shown[i]
if (inv_shown[i]
shown[i] = true;
inv_shown[i] = true;
bool ground_shown[MAX_ITEMS]; memset(ground_shown, 0, sizeof(ground_shown));
bool ground_shown[MAX_ITEMS];
memset(ground_shown, 0, sizeof(ground_shown));
if (!show_any && mitm[i].base_type != type)
if (ground_shown[i] || !show_any && mitm[i].base_type != type)
ground_shown[i] = true;