(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:
yexo
2010-01-15 20:20:24 +00:00
parent 785b7e3382
commit 72572a0586

View File

@@ -382,6 +382,7 @@ public:
/* Copy GRF details from scanned list */ /* Copy GRF details from scanned list */
GRFConfig *c = DuplicateGRFConfig(src); GRFConfig *c = DuplicateGRFConfig(src);
c->next = NULL;
/* Append GRF config to configuration list */ /* Append GRF config to configuration list */
*list = c; *list = c;