diff options
author | Michael Lutz <michi@icosahedron.de> | 2021-01-14 21:53:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 21:53:06 +0100 |
commit | fa60c1f8b94dd5584a5d5331de277ca23a203422 (patch) | |
tree | 7849166d1c2ee40f4d48f4fc4442af1ee24b3b2f /src/table | |
parent | 711723d7387df67b1abe98ca9ed4d7f2bd7de57d (diff) | |
download | openttd-fa60c1f8b94dd5584a5d5331de277ca23a203422.tar.xz |
Feature: Choose a sensible window size on a fresh OTTD config file. (#8536)
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/misc_settings.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/misc_settings.ini b/src/table/misc_settings.ini index edad84816..167f8441c 100644 --- a/src/table/misc_settings.ini +++ b/src/table/misc_settings.ini @@ -120,7 +120,7 @@ name = ""resolution"" type = SLE_INT length = 2 var = _cur_resolution -def = ""640,480"" +def = ""0,0"" cat = SC_BASIC [SDTG_STR] |