git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8514 c06c8d41-db1a-0410-9941-cceddc491573
WYY7BGXYXYT5BDJETHB5YJJO5V7XPE7CF3MKX6PVMLVTEIO4V3KAC const char *find = strchr(obj_syms, Options.tile_show_items[c]);if (!find)continue;object_class_type type = (object_class_type)(find - obj_syms);
bool show_any = (c == show_types_len);object_class_type type = OBJ_UNASSIGNED;if (!show_any){const char *find = strchr(obj_syms, Options.tile_show_items[c]);if (!find)continue;type = (object_class_type)(find - obj_syms);}
const char *find = strchr(obj_syms, Options.tile_show_items[c]);if (!find)continue;object_class_type type = (object_class_type)(find - obj_syms);
object_class_type type = OBJ_UNASSIGNED;if (!show_any){const char *find = strchr(obj_syms, Options.tile_show_items[c]);if (!find)continue;type = (object_class_type)(find - obj_syms);}