diff --git a/soh/soh/SohGui/ResolutionEditor.cpp b/soh/soh/SohGui/ResolutionEditor.cpp index 7782332bd..d3810f6a4 100644 --- a/soh/soh/SohGui/ResolutionEditor.cpp +++ b/soh/soh/SohGui/ResolutionEditor.cpp @@ -78,7 +78,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;