1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Tiny improvement for resources selection boxes

This one is related to issue 562
This commit is contained in:
ArseniyShestakov 2014-12-24 03:22:48 +03:00
parent 36e05402d8
commit edccd60564

View File

@ -1011,8 +1011,8 @@ void CMarketplaceWindow::getBaseForPositions(EType type, int &dx, int &dy, int &
dy = 79;
x = 39;
y = 180;
h = 66;
w = 74;
h = 68;
w = 70;
break;
case PLAYER:
dx = 83;