aboutsummaryrefslogtreecommitdiff
path: root/samegame.c
diff options
context:
space:
mode:
Diffstat (limited to 'samegame.c')
-rw-r--r--samegame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samegame.c b/samegame.c
index 57ce4b8..fd5cfad 100644
--- a/samegame.c
+++ b/samegame.c
@@ -1062,7 +1062,7 @@ static game_ui *new_ui(const game_state *state)
ui->nselected = 0;
ui->xsel = ui->ysel = 0;
- ui->displaysel = false;
+ ui->displaysel = getenv_bool("PUZZLES_SHOW_CURSOR", false);
return ui;
}