From 4ab7181b4f13648b6906589e9a8e69413097f68b Mon Sep 17 00:00:00 2001 From: Mikhail Abramov Date: Fri, 18 Oct 2019 23:04:20 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B8=D1=88=D0=BD=D0=B8=D0=B5=20=D0=BA?= =?UTF-8?q?=D0=B0=D1=80=D1=82=D0=B8=D0=BD=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FallSimulation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FallSimulation.cpp b/FallSimulation.cpp index 1d08bb7..1fbb39b 100644 --- a/FallSimulation.cpp +++ b/FallSimulation.cpp @@ -230,7 +230,7 @@ void mainFunc() }; RECT questBut = { - extentX - 2 * BLOCK_SIZE, BLOCK_SIZE, extentX, 2 * BLOCK_SIZE + extentX - BLOCK_SIZE, BLOCK_SIZE, extentX, 2 * BLOCK_SIZE }; RECT waterBut = {