Fix #7447, 3357cac847
: Action 4 has feature 48 'original strings'. (#7449)
This commit is contained in:
@@ -5686,7 +5686,7 @@ static void FeatureNewName(ByteReader *buf)
|
|||||||
bool new_scheme = _cur.grffile->grf_version >= 7;
|
bool new_scheme = _cur.grffile->grf_version >= 7;
|
||||||
|
|
||||||
uint8 feature = buf->ReadByte();
|
uint8 feature = buf->ReadByte();
|
||||||
if (feature >= GSF_END) {
|
if (feature >= GSF_END && feature != 0x48) {
|
||||||
grfmsg(1, "FeatureNewName: Unsupported feature 0x%02X, skipping", feature);
|
grfmsg(1, "FeatureNewName: Unsupported feature 0x%02X, skipping", feature);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user