aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/movecheck.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/FICS/movecheck.c b/FICS/movecheck.c
index 9b7cd9e..50fa7c8 100644
--- a/FICS/movecheck.c
+++ b/FICS/movecheck.c
@@ -544,12 +544,12 @@ PRIVATE void possible_rook_moves(game_state_t * gs,
}
}
-PRIVATE void possible_queen_moves(game_state_t * gs,
- int onf, int onr,
- int *posf, int *posr, int *numpos)
+PRIVATE void
+possible_queen_moves(game_state_t *gs, int onf, int onr, int *posf, int *posr,
+ int *numpos)
{
- possible_rook_moves(gs, onf, onr, posf, posr, numpos);
- possible_bishop_moves(gs, onf, onr, posf, posr, numpos);
+ possible_rook_moves(gs, onf, onr, posf, posr, numpos);
+ possible_bishop_moves(gs, onf, onr, posf, posr, numpos);
}
PRIVATE void