mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-30 18:09:09 +00:00
(svn r20675) -Add [FS#4077]: method to access the (action 14) NewGRF version of other NewGRFs
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user