From 11ceb62fa89f3b90fec9e034394cbb138c3f9a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A6=D1=8B=D1=80=D0=BA=D0=BE=D0=B2=20=D0=93=D0=B5=D0=BE?= =?UTF-8?q?=D1=80=D0=B3=D0=B8=D0=B9?= Date: Mon, 10 Oct 2016 21:38:39 +0300 Subject: [PATCH] disable setting console size --- theGame/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/theGame/Program.cs b/theGame/Program.cs index b051f07..b507775 100644 --- a/theGame/Program.cs +++ b/theGame/Program.cs @@ -19,7 +19,6 @@ namespace theGame { System.Threading.Thread.Sleep(100); - Console.SetWindowSize(80, 25); Console.Clear(); for (int i = 0; i < 20; i++)