From c10f6f9abbcdc0dca9d4346888582e0dfde8ef14 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sat, 10 Nov 2018 10:10:44 +0000 Subject: [PATCH] Fix incorrect method documentation of ChangeGRFFeatureSetPlatformVarBit --- src/newgrf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 29877b8dbe..b24ed48940 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -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) {