git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10019 c06c8d41-db1a-0410-9941-cceddc491573
KI5WMBRHOEWSCFLXPAZANEJ7BP34KVCMMBRRMF6MWZVJIWRX23UQC
mprf(MSGCH_DIAGNOSTICS, "Refusing to load buggy ghost from file \"%s\"! "
"Please submit a bug report.",
mprf(MSGCH_DIAGNOSTICS,
"Refusing to load buggy ghost from file \"%s\"! "
"Note that all bones files from 0.4.x are invalid, so you should "
"delete them. If this is a newer ghost, please submit a bug "
"report.",
// NOTE: This is a hacky replacement for what should have been caught
// by MAJOR_VERSION above. Once the next major version update happens
// (preferably when saves break with 0.5 -> 0.6) this check will need
// to be removed.
if (minor < TAG_MINOR_RELIGION)
{
*reason = "Sorry, but 0.4.x save and bones files are incompatible "
"with 0.5!";
return (false);
}