Commit 259d3ca0 authored by salix5's avatar salix5

revert

This revert 0a893.
parent 98f9da0c
......@@ -1843,7 +1843,7 @@ void ClientField::ShowMenu(int flag, int x, int y) {
} else mainGame->btnShowList->setVisible(false);
panel = mainGame->wCmdMenu;
mainGame->wCmdMenu->setVisible(true);
mainGame->wCmdMenu->setRelativePosition(irr::core::recti(x - 20, y, x + 80, y + height));
mainGame->wCmdMenu->setRelativePosition(irr::core::recti(x - 20 , y - 20 - height, x + 80, y - 20));
}
void ClientField::SetResponseSelectedCards() const {
......
Subproject commit 68920d7142b4af9c65af5d3ee4673651727ec59e
Subproject commit 35927886a1effa6c8a2eccaa1eff2eb84e8595b3
Subproject commit 7154552ca78d01b4cddd19ea3c7152e8d919c6eb
Subproject commit 9da642fec10fcc0cf90041d5ded55db02a4b619c
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment