summaryrefslogtreecommitdiffstats
path: root/games/sail/pl_5.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/sail/pl_5.c')
-rw-r--r--games/sail/pl_5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/sail/pl_5.c b/games/sail/pl_5.c
index 7be6e79..85e3a2e 100644
--- a/games/sail/pl_5.c
+++ b/games/sail/pl_5.c
@@ -201,14 +201,14 @@ int crew[3];
char isdefense;
char buf;
{
- register int k, j, men;
+ register int k, j, men;
struct BP *ptr;
int temp[3];
for (k = 0; k < 3; k++)
temp[k] = crew[k];
if (isdigit(buf)) {
- ptr = isdefense ? to->file->DBP : to->file->OBP;
+ ptr = isdefense ? to->file->DBP : to->file->OBP;
for (j = 0; j < NBP && ptr[j].turnsent; j++)
;
if (!ptr[j].turnsent && buf > '0') {
OpenPOWER on IntegriCloud