Changeset - r22616:534bc6a1d8c9
[Not reviewed]
master
0 1 0
frosch - 7 years ago 2017-03-25 12:21:17
frosch@openttd.org
(svn r27827) -Codechange (r27819): Deduplicate code. (adf88)
1 file changed with 1 insertions and 5 deletions:
0 comments (0 inline, 0 general)
src/settings_gui.cpp
Show inline comments
 
@@ -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:
0 comments (0 inline, 0 general)