diff --git a/config.h b/config.h index a7d7436988..c06579e101 100644 --- a/config.h +++ b/config.h @@ -52,7 +52,7 @@ static const float xscale = 4.0; // Real x res = 296 * xscale static const float yscale = 4.0; // Real y res = 224 * yscale // Fullscreen -static bool fullscreen = false; // To start in Fullscreen on not +static bool fullscreen = false; // To start in Fullscreen or not static const unsigned fullscreen_x = 1280; static const unsigned fullscreen_y = 720;