git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9674 c06c8d41-db1a-0410-9941-cceddc491573
KS6Q6AWAQZWNC72M6ZPJNYLYHGK7K7G6JPGA6LPLNT37SLG2OILQC
S34LKQDIQJLIWVIPASOJBBZ6ZCXDHP5KPS7TRBZJSCDRVNCLK6UAC
HZ7DYCFH4VUDNUBNP5Z2HSYJWJRIVUEQVYWG7NTCMYNZJQT7NIPQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
if (mons_char(m1->type) < mons_char(m2->type)) return (true);
if (mons_char(m1->type) < mons_char(m2->type))
return (true);
const unsigned glyph1 = mons_char(m1->type); const unsigned glyph2 = mons_char(m2->type); if (glyph1 != glyph2) { return (glyph1 < glyph2); }
const unsigned glyph1 = mons_char(m1->type);
const unsigned glyph2 = mons_char(m2->type);
if (glyph1 != glyph2)
{
return (glyph1 < glyph2);
}