diff -r 4fc397f84007 -r 1a34ba6f338a src/newgrf_gui.cpp --- a/src/newgrf_gui.cpp Tue Jun 03 12:11:16 2008 +0000 +++ b/src/newgrf_gui.cpp Tue Jun 03 18:35:58 2008 +0000 @@ -15,6 +15,7 @@ #include "core/alloc_func.hpp" #include "string_func.h" #include "gfx_func.h" +#include "gamelog.h" #include "table/strings.h" #include "table/sprites.h" @@ -564,8 +565,11 @@ GRFConfig *c; int i = 0; + GamelogStartAction(GLAT_GRF); + GamelogGRFUpdate(_grfconfig, nw->list); // log GRF changes CopyGRFConfigList(nw->orig_list, nw->list, false); ReloadNewGRFData(); + GamelogStopAction(); /* Show new, updated list */ for (c = nw->list; c != NULL && c != nw->sel; c = c->next, i++) {}