projects
/
gnushogi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2bd1547
)
When in check, complain with the requested move.
author
Yann Dirson
<ydirson@free.fr>
Tue, 15 Oct 2013 22:28:44 +0000 (
00:28
+0200)
committer
Yann Dirson
<ydirson@free.fr>
Sat, 19 Oct 2013 13:45:21 +0000 (15:45 +0200)
Looks like in xshogi mode we were complaining by explicitly using the
algebraic notation, but apparently noone forces us to do so.
gnushogi/commondsp.c
patch
|
blob
|
history
diff --git
a/gnushogi/commondsp.c
b/gnushogi/commondsp.c
index
ea38293
..
157d852
100644
(file)
--- a/
gnushogi/commondsp.c
+++ b/
gnushogi/commondsp.c
@@
-302,7
+302,7
@@
VerifyMove(char *s, VerifyMove_mode iop, unsigned short *mv)
if (NOT_CURSES)
{
/* Illegal move in check */
- printf(CP[77], mvstr[0]);
+ printf(CP[77], s);
printf("\n");
}
else