(svn r18815) -Fix (r18813): adding a single newgrf via the newgrf gui added all newgrfs after the selected one too
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user