diff options
-rw-r--r-- | src/settings_gui.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index 1c75e51f7..939bee7cf 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -24,6 +24,7 @@ #include "core/alloc_func.hpp" #include "string_func.h" #include "gfx_func.h" +#include "waypoint.h" #include "widgets/dropdown_type.h" #include "widgets/dropdown_func.h" @@ -301,6 +302,7 @@ static void GameOptionsWndProc(Window *w, WindowEvent *e) ReadLanguagePack(e->we.dropdown.index); CheckForMissingGlyphsInLoadedLanguagePack(); UpdateAllStationVirtCoord(); + UpdateAllWaypointSigns(); MarkWholeScreenDirty(); break; |