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

pull/155/head
rubidium 14 years ago
parent e45a8f61cc
commit b35b77f94e

@ -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);
}

Loading…
Cancel
Save