aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/algcheck.c
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-05-05 03:44:29 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-05-05 03:44:29 +0200
commit32096de444f16b484b0f25b2c2f8376ff08bfa40 (patch)
treea5618339366950952524988c234e1d89831bcecb /FICS/algcheck.c
parentc2c6955ad34033aa97060673951f36c425ebf2d2 (diff)
Modified comment
Diffstat (limited to 'FICS/algcheck.c')
-rw-r--r--FICS/algcheck.c19
1 files changed, 12 insertions, 7 deletions
diff --git a/FICS/algcheck.c b/FICS/algcheck.c
index b2d325f..f06d9e4 100644
--- a/FICS/algcheck.c
+++ b/FICS/algcheck.c
@@ -33,26 +33,31 @@
#define ALG_UNKNOWN -1
-/* Well, lets see if I can list the possibilities
- * Piece moves
+/*
+ * Well, lets see if I can list the possibilities:
+ *
+ * Piece moves:
* Ne4
* Nxe4
* Nce4
* Ncxe4
* R2f3
* R2xf3
- * Special pawn moves
+ *
+ * Special pawn moves:
* e4
* ed
* exd
* exd5
* ed5
- * Drop moves (bughouse, board edit)
+ *
+ * Drop moves (bughouse, board edit):
* P@f7 P*f7
* #f7 #Nf7
- * (o-o, o-o-o) Castling is handled earlier, so don't worry about that
- * Of course any of these can have a + or ++ or = string on the end, just
- * cut that off.
+ * (o-o, o-o-o)
+ * Castling is handled earlier, so don't worry about that. Of course
+ * any of these can have a + or ++ or = string on the end, just cut
+ * that off.
*/
/*