mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-18 01:42:38 +01:00
Change: Zoom title game by UI zoom level
This commit is contained in:
committed by
Charles Pigott
parent
5965f184c2
commit
e38a4e1e57
@@ -37,6 +37,7 @@
|
||||
#include "stringfilter_type.h"
|
||||
#include "querystring_gui.h"
|
||||
#include "fontcache.h"
|
||||
#include "zoom_func.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
@@ -557,6 +558,7 @@ struct GameOptionsWindow : Window {
|
||||
_gui_zoom = (ZoomLevel)(ZOOM_LVL_OUT_4X - index);
|
||||
UpdateCursorSize();
|
||||
UpdateAllVirtCoords();
|
||||
FixTitleGameZoom();
|
||||
ReInitAllWindows();
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user