From 69bc56a1624ce4cf8e5aec361fb0701ce2ece380 Mon Sep 17 00:00:00 2001 From: girst Date: Sat, 3 Mar 2018 17:21:05 +0100 Subject: [PATCH] todo: wait_mouse_up does not redraw correct emoticon --- mines_2017.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mines_2017.c b/mines_2017.c index 58e2c0b..18ee0f1 100644 --- a/mines_2017.c +++ b/mines_2017.c @@ -444,7 +444,7 @@ int wait_mouse_up (int l, int c) { } } - move (1, field2screen_c (f.w/2)-1); print (EMOT(SMILE)); + move (1, field2screen_c (f.w/2)-1); print (EMOT(SMILE)); //TODO: does not respect mode (SHOWMINES, GAME_WON, GAME_LOST) if (!(l < 0 || l >= f.h || c < 0 || c >= f.w)) { partial_show_minefield (l, c, NORMAL); } -- 2.39.3