Commit 3f510151 authored by DailyShana's avatar DailyShana

fix

parent 50bfa2bc
......@@ -159,7 +159,7 @@ void Game::DrawBackGround() {
}
}
//current sel
if (dField.hovered_location != 0 && dField.hovered_location != 2) {
if (dField.hovered_location != 0 && dField.hovered_location != 2 && dField.hovered_location != POSITION_HINT) {
int index = 0;
if (dField.hovered_controler == 0) {
if (dField.hovered_location == LOCATION_DECK) index = 0;
......
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