From cf98b44d3fb9e3eef43845dbe7fec0cd9461341d Mon Sep 17 00:00:00 2001 From: volzhs Date: Sat, 5 Sep 2015 15:47:23 +0900 Subject: fix game window runs only 800x600 --- main/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main/main.cpp b/main/main.cpp index 452e95660f..c9ccf8cd7a 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -335,7 +335,6 @@ Error Main::setup(const char *execpath,int argc, char *argv[],bool p_second_phas init_custom_pos=Point2(x,y); init_use_custom_pos=true; - force_res=true; N=I->next()->next(); } else { -- cgit v1.2.3