diff options
Diffstat (limited to 'apps/plugins/chessbox/gnuchess.h')
| -rw-r--r-- | apps/plugins/chessbox/gnuchess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/gnuchess.h b/apps/plugins/chessbox/gnuchess.h index 511b880..b7a3a30 100644 --- a/apps/plugins/chessbox/gnuchess.h +++ b/apps/plugins/chessbox/gnuchess.h @@ -4,7 +4,7 @@ #define neutral 2 #define white 0 -#define black 1 +#define black 1 #define no_piece 0 #define pawn 1 #define knight 2 |