forked from mirror/OpenTTD
(svn r8918) -Revert r8914 as the inverted files have been committed not the correct one.
This commit is contained in:
@@ -485,9 +485,6 @@ static void NewGRFWndProc(Window *w, WindowEvent *e)
|
||||
break;
|
||||
|
||||
case WE_DESTROY:
|
||||
if (!WP(w, newgrf_d).execute) {
|
||||
CopyGRFConfigList(WP(w, newgrf_d).orig_list, *WP(w, newgrf_d).list);
|
||||
}
|
||||
/* Remove the temporary copy of grf-list used in window */
|
||||
ClearGRFConfigList(WP(w, newgrf_d).list);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user