mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-07 14:58:22 +00:00
Fix a4987233
: NewGRFs could no longer be loaded from the NewGRF folder.
This statement was removed by accident, as it felt it could be removed. But it is used to know if the NewGRF is from the baseset folder or from the NewGRF folder.
This commit is contained in:
parent
a498723345
commit
6f0c6fb2ae
@ -9853,6 +9853,8 @@ void LoadNewGRF(uint load_index, uint num_baseset)
|
||||
num_non_static++;
|
||||
}
|
||||
|
||||
num_grfs++;
|
||||
|
||||
LoadNewGRFFile(c, stage, subdir, false);
|
||||
if (stage == GLS_RESERVE) {
|
||||
SetBit(c->flags, GCF_RESERVED);
|
||||
|
Loading…
Reference in New Issue
Block a user