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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user