Fix incorrect method documentation of ChangeGRFFeatureSetPlatformVarBit

This commit is contained in:
Jonathan G Rennison
2018-11-10 10:10:44 +00:00
parent 9f2515d793
commit c10f6f9abb

View File

@@ -7797,7 +7797,7 @@ static bool ChangeGRFFeatureMaxVersion(size_t len, ByteReader *buf)
return true;
}
/** Callback function for 'FTST'->'SETP' to set the maximum version of the feature being tested. */
/** Callback function for 'FTST'->'SETP' to set the bit number of global variable 9D (platform version) to set/unset the result of the feature test. */
static bool ChangeGRFFeatureSetPlatformVarBit(size_t len, ByteReader *buf)
{
if (len != 1) {