(svn r11635) -Codechange: Give a more informative debug message when encountering unknown newgrf feature in action 00 handling.(FS#1551, Bilbo)

This commit is contained in:
belugas 2007-12-15 03:42:41 +00:00
parent 5992187a85
commit 828c242291
1 changed files with 1 additions and 1 deletions

View File

@ -2195,7 +2195,7 @@ static void FeatureChangeInfo(byte *buf, int len)
break;
}
if (ignoring) grfmsg(2, "FeatureChangeInfo: Ignoring property 0x%02X (not implemented)", prop);
if (ignoring) grfmsg(1, "FeatureChangeInfo: Ignoring property 0x%02X of feature 0x%02X (not implemented)", prop, feature);
}
}