mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r7363) -Fix (r7357): Update count of NewGRFs when adding an file
This commit is contained in:
parent
43eb27c7a1
commit
a39daa9e89
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user