diff --git a/soh/soh/SohGui/ResolutionEditor.cpp b/soh/soh/SohGui/ResolutionEditor.cpp index 396d35ca5..e568287b2 100644 --- a/soh/soh/SohGui/ResolutionEditor.cpp +++ b/soh/soh/SohGui/ResolutionEditor.cpp @@ -79,7 +79,7 @@ static float aspectRatioX; static float aspectRatioY; static int32_t verticalPixelCount; // Additional settings -static bool showHorizontalResField = false; +static bool showHorizontalResField; static int32_t horizontalPixelCount; // Disabling flags static bool disabled_everything;