From 85d7429d36be110fbdc1455ced91106eaf29011e Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 30 May 2010 20:41:39 +0200 Subject: [PATCH] Typo --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;