Commit 9cf3f315 authored by salix5's avatar salix5

fix background color

parent a9787e51
......@@ -400,7 +400,7 @@ void ClientField::ShowSelectCard(bool buttonok, bool chain) {
} else if(selectable_cards[i]->location == LOCATION_EXTRA || selectable_cards[i]->location == LOCATION_REMOVED) {
if(selectable_cards[i]->position & POS_FACEDOWN)
mainGame->stCardPos[i]->setOverrideColor(0xff0000ff);
if(selectable_cards[i]->overlayTarget->controler)
if(selectable_cards[i]->controler)
mainGame->stCardPos[i]->setBackgroundColor(0xffd0d0d0);
else
mainGame->stCardPos[i]->setBackgroundColor(0xffffffff);
......@@ -531,7 +531,7 @@ void ClientField::ShowLocationCard() {
} else if(display_cards[i]->location == LOCATION_EXTRA || display_cards[i]->location == LOCATION_REMOVED) {
if(display_cards[i]->position & POS_FACEDOWN)
mainGame->stCardPos[i]->setOverrideColor(0xff0000ff);
if(display_cards[i]->overlayTarget->controler)
if(display_cards[i]->controler)
mainGame->stCardPos[i]->setBackgroundColor(0xffd0d0d0);
else
mainGame->stCardPos[i]->setBackgroundColor(0xffffffff);
......
Subproject commit 1fca242d78c10a0d5149e7f91ffa09d9143eca63
Subproject commit 4a077c3c17def513f17d8a48d4d475714c2cc0ba
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