mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r12080) -Fix: update waypoint signs when changing language
This commit is contained in:
parent
1bcc1927b1
commit
b68f398cac
@ -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…
Reference in New Issue
Block a user