aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/algcheck.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/FICS/algcheck.c b/FICS/algcheck.c
index d9cc288..4f709b8 100644
--- a/FICS/algcheck.c
+++ b/FICS/algcheck.c
@@ -31,6 +31,8 @@
#include "movecheck.h"
#include "utils.h"
+#define ALG_UNKNOWN -1
+
/* Well, lets see if I can list the possibilities
* Piece moves
* Ne4
@@ -75,9 +77,6 @@ char *alg_list[] = {
NULL
};
-#define ALG_UNKNOWN -1
-/* #define ALG_DROP -2 IanO: this is in board.h, used in movecheck.c */
-
PRIVATE int
get_move_info(char *str, int *piece, int *ff, int *fr, int *tf, int *tr,
int *bishconfusion)