history.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1170 c06c8d41-db1a-0410-9941-cceddc491573
EBKAEAW4GZ3VQNWXMW7AISS3ZUHOBZ56FSWJ6H57I43MTT4Y6XXQC
SDLKLUNFGVKDS55DDJZCBAVIB7NL3RRYPTACAY65SCUQKV6APFSAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
static bool is_channel_dumpworthy(int channel){ return (channel != MSGCH_EQUIPMENT && channel != MSGCH_DIAGNOSTICS && channel != MSGCH_TUTORIAL);}
static bool is_channel_dumpworthy(int channel)
{
return (channel != MSGCH_EQUIPMENT
&& channel != MSGCH_DIAGNOSTICS
&& channel != MSGCH_TUTORIAL);
}
if (Store_Message[i].text.length())
const message_item &msg = Store_Message[i]; if (msg.text.length() && is_channel_dumpworthy(msg.channel))
const message_item &msg = Store_Message[i];
if (msg.text.length() && is_channel_dumpworthy(msg.channel))
text += Store_Message[i].text;
text += msg.text;