summaryrefslogtreecommitdiffstats
path: root/mbbsd/chess.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/chess.c')
-rw-r--r--mbbsd/chess.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/chess.c b/mbbsd/chess.c
index 1f52b093..3e578a20 100644
--- a/mbbsd/chess.c
+++ b/mbbsd/chess.c
@@ -598,8 +598,7 @@ ChessPlayFuncMy(ChessInfo* info)
}
break;
- case '\r':
- case '\n':
+ case KEY_ENTER:
case ' ':
endturn = info->actions->select(info, info->cursor, &game_result);
break;