aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net.c b/net.c
index 43c711b..8512a6a 100644
--- a/net.c
+++ b/net.c
@@ -841,6 +841,7 @@ game_state *make_move(game_state *state, game_ui *ui, int x, int y, int button)
button = MIDDLE_BUTTON;
else if (button == 'd' || button == 'D')
button = RIGHT_BUTTON;
+ ui->cur_visible = TRUE;
} else
return nullret;