Update to 1.9.0-RC1

This commit is contained in:
Pavel Stupnikov
2019-03-13 02:03:13 +03:00
79 changed files with 984 additions and 646 deletions

View File

@@ -562,6 +562,7 @@ struct GameOptionsWindow : Window {
break;
case WID_GO_FONT_ZOOM_DROPDOWN:
GfxClearSpriteCache();
_font_zoom = (ZoomLevel)(ZOOM_LVL_OUT_4X - index);
ClearFontCache();
LoadStringWidthTable();