mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
(svn r16408) -Codechange: Silence a pointless newgrf debug message.
This commit is contained in:
parent
bebab3cd79
commit
b9e911170a
@ -2503,7 +2503,7 @@ static void FeatureChangeInfo(byte *buf, size_t len)
|
|||||||
feature, numprops, engine, numinfo);
|
feature, numprops, engine, numinfo);
|
||||||
|
|
||||||
if (feature >= lengthof(handler) || handler[feature] == NULL) {
|
if (feature >= lengthof(handler) || handler[feature] == NULL) {
|
||||||
grfmsg(1, "FeatureChangeInfo: Unsupported feature %d, skipping", feature);
|
if (feature != GSF_CARGOS) grfmsg(1, "FeatureChangeInfo: Unsupported feature %d, skipping", feature);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user