use doname() instead of xname()
* X11 player selection fixes, one of which could be fatal
* Eliminated a gold-in-shop-container cheat
* Include bones file version compatibility info in options file
- * Synchronize save files and compression algorithms among various Mac ports
*/
/* Patch 2, August 30, 2003
/*
* Does the text description of this match an exception?
*/
- char *objdesc = makesingular(xname(obj));
+ char *objdesc = makesingular(doname(obj));
struct autopickup_exception *ape = (grab) ?
iflags.autopickup_exceptions[AP_GRAB] :
iflags.autopickup_exceptions[AP_LEAVE];