This commit is contained in:
Themaister 2010-05-30 20:41:39 +02:00
parent 3b9ddde051
commit 85d7429d36

View File

@ -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;