浏览代码

Merge pull request #2427 from volzhs/fix-game-window-resolution

fix game window runs only 800x600. fix #2426
Juan Linietsky 10 年之前
父节点
当前提交
2d570ac657
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      main/main.cpp

+ 0 - 1
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_custom_pos=Point2(x,y);
 				init_use_custom_pos=true;
 				init_use_custom_pos=true;
-				force_res=true;
 
 
 				N=I->next()->next();
 				N=I->next()->next();
 			} else {
 			} else {