diff --git a/FallSimulation.cpp b/FallSimulation.cpp index ea726c3..1d08bb7 100644 --- a/FallSimulation.cpp +++ b/FallSimulation.cpp @@ -229,9 +229,6 @@ void mainFunc() extentX - BLOCK_SIZE, 0, extentX, BLOCK_SIZE }; - RECT questBut = { - extentX - BLOCK_SIZE, BLOCK_SIZE, extentX, 2 * BLOCK_SIZE - }; RECT questBut = { extentX - 2 * BLOCK_SIZE, BLOCK_SIZE, extentX, 2 * BLOCK_SIZE };