diff --git a/src/newgrf.cpp b/src/newgrf.cpp index ed91b2e464..d3219bb1b3 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -4552,7 +4552,7 @@ static void FeatureChangeInfo(ByteReader *buf) /* GSF_RAILTYPES */ RailTypeChangeInfo, /* GSF_AIRPORTTILES */ AirportTilesChangeInfo, }; - static_assert(lengthof(handler) == lengthof(_cur.grffile->action0_property_remaps)); + static_assert(lengthof(handler) == lengthof(_cur.grffile->action0_property_remaps), "Action 0 featur elist length mismatch"); uint8 feature = buf->ReadByte(); uint8 numprops = buf->ReadByte();