(svn r20675) -Add [FS#4077]: method to access the (action 14) NewGRF version of other NewGRFs

This commit is contained in:
rubidium 2010-08-28 21:45:44 +00:00
parent be59c90e86
commit 00415213f3
1 changed files with 2 additions and 0 deletions

View File

@ -5685,6 +5685,8 @@ static void ParamSet(ByteReader *buf)
src1 = 0;
} else if (file == NULL || (c != NULL && c->status == GCS_DISABLED)) {
src1 = 0;
} else if (src1 == 0xFE) {
src1 = c->version;
} else {
src1 = file->GetParam(src1);
}