(svn r12080) -Fix: update waypoint signs when changing language

pull/155/head
glx 17 years ago
parent 1b5f8df8b1
commit dbab177422

@ -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;

Loading…
Cancel
Save