summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvolzhs <volzhs@gmail.com>2015-09-05 15:47:23 +0900
committervolzhs <volzhs@gmail.com>2015-09-05 15:47:23 +0900
commitcf98b44d3fb9e3eef43845dbe7fec0cd9461341d (patch)
treeb3613d9a692d261b3d6822a6d1fd8642831bc520
parentb0aa49accbd7e45dae38f1bd43b0fbdd11714211 (diff)
fix game window runs only 800x600
-rw-r--r--main/main.cpp1
1 files changed, 0 insertions, 1 deletions
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 {