summaryrefslogtreecommitdiffstats
path: root/games/sail/dr_1.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/sail/dr_1.c')
-rw-r--r--games/sail/dr_1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/sail/dr_1.c b/games/sail/dr_1.c
index 00311fb..9874a0a 100644
--- a/games/sail/dr_1.c
+++ b/games/sail/dr_1.c
@@ -44,7 +44,7 @@ unfoul()
struct ship *sp;
struct ship *to;
int nat;
- i;
+ int i;
foreachship(sp) {
if (sp->file->captain[0])
@@ -258,7 +258,7 @@ resolve()
compcombat()
{
- n;
+ int n;
struct ship *sp;
struct ship *closest;
int crew[3], men = 0, target, temp;
OpenPOWER on IntegriCloud