Changeset - r14254:3f1e3471f056
[Not reviewed]
master
0 1 0
yexo - 14 years ago 2010-01-15 20:20:24
yexo@openttd.org
(svn r18815) -Fix (r18813): adding a single newgrf via the newgrf gui added all newgrfs after the selected one too
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/newgrf_gui.cpp
Show inline comments
 
@@ -382,6 +382,7 @@ public:
 

	
 
					/* Copy GRF details from scanned list */
 
					GRFConfig *c = DuplicateGRFConfig(src);
 
					c->next = NULL;
 

	
 
					/* Append GRF config to configuration list */
 
					*list = c;
0 comments (0 inline, 0 general)