1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-24 15:09:10 +00:00

(svn r7363) -Fix (r7357): Update count of NewGRFs when adding an file

This commit is contained in:
2006-12-04 20:27:53 +00:00
parent 43eb27c7a1
commit a39daa9e89

View File

@@ -299,6 +299,10 @@ static void NewGRFWndProc(Window *w, WindowEvent *e)
break;
}
case WE_INVALIDATE_DATA:
SetupNewGRFWindow(w);
break;
case WE_CLICK:
switch (e->we.click.widget) {
case 3: { /* Add GRF */