Лишние картинки

This commit is contained in:
Mikhail Abramov 2019-10-18 23:02:52 +04:00
parent c241da34a1
commit f3de5ca776

View file

@ -229,9 +229,6 @@ void mainFunc()
extentX - BLOCK_SIZE, 0, extentX, BLOCK_SIZE extentX - BLOCK_SIZE, 0, extentX, BLOCK_SIZE
}; };
RECT questBut = {
extentX - BLOCK_SIZE, BLOCK_SIZE, extentX, 2 * BLOCK_SIZE
};
RECT questBut = { RECT questBut = {
extentX - 2 * BLOCK_SIZE, BLOCK_SIZE, extentX, 2 * BLOCK_SIZE extentX - 2 * BLOCK_SIZE, BLOCK_SIZE, extentX, 2 * BLOCK_SIZE
}; };