mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r27827) -Codechange (r27819): Deduplicate code. (adf88)
This commit is contained in:
parent
65d77ff317
commit
610bdbd68b
@ -36,8 +36,6 @@
|
||||
#include "textfile_gui.h"
|
||||
#include "stringfilter_type.h"
|
||||
#include "querystring_gui.h"
|
||||
#include "signs_func.h"
|
||||
#include "station_func.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
@ -534,9 +532,7 @@ struct GameOptionsWindow : Window {
|
||||
_gui_zoom = (ZoomLevel)(ZOOM_LVL_OUT_4X - index);
|
||||
UpdateCursorSize();
|
||||
LoadStringWidthTable();
|
||||
UpdateAllSignVirtCoords();
|
||||
UpdateAllTownVirtCoords();
|
||||
UpdateAllStationVirtCoords();
|
||||
UpdateAllVirtCoords();
|
||||
break;
|
||||
|
||||
case WID_GO_BASE_GRF_DROPDOWN:
|
||||
|
Loading…
Reference in New Issue
Block a user