summaryrefslogtreecommitdiffstats
path: root/games/sail/dr_4.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/sail/dr_4.c')
-rw-r--r--games/sail/dr_4.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/sail/dr_4.c b/games/sail/dr_4.c
index d652579..1442a9d 100644
--- a/games/sail/dr_4.c
+++ b/games/sail/dr_4.c
@@ -40,9 +40,9 @@ static char sccsid[] = "@(#)dr_4.c 8.1 (Berkeley) 5/31/93";
#include "externs.h"
ungrap(from, to)
-register struct ship *from, *to;
+struct ship *from, *to;
{
- register k;
+ k;
char friend;
if ((k = grappled2(from, to)) == 0)
@@ -57,7 +57,7 @@ register struct ship *from, *to;
}
grap(from, to)
-register struct ship *from, *to;
+struct ship *from, *to;
{
if (capship(from)->nationality != capship(to)->nationality && die() > 2)
return;
OpenPOWER on IntegriCloud