Changeset - r25811:a9f8688bc808
[Not reviewed]
master
0 1 0
Patric Stout - 3 years ago 2021-07-11 09:39:24
truebrain@openttd.org
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.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/newgrf.cpp
Show inline comments
 
@@ -9853,6 +9853,8 @@ void LoadNewGRF(uint load_index, uint nu
 
				num_non_static++;
 
			}
 

	
 
			num_grfs++;
 

	
 
			LoadNewGRFFile(c, stage, subdir, false);
 
			if (stage == GLS_RESERVE) {
 
				SetBit(c->flags, GCF_RESERVED);
0 comments (0 inline, 0 general)