From b2c40c5606888fb0f424ed2d7c7cbfcc747ae9bf Mon Sep 17 00:00:00 2001 From: jwise Date: Thu, 4 Jan 2001 06:16:51 +0000 Subject: Normalize signature of ship handling functions -- struct ship * from and struct ship * to are now always the first two args. --- sail/pl_3.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sail/pl_3.c') diff --git a/sail/pl_3.c b/sail/pl_3.c index 9f4f07b6..206c7654 100644 --- a/sail/pl_3.c +++ b/sail/pl_3.c @@ -1,4 +1,4 @@ -/* $NetBSD: pl_3.c,v 1.14 2001/01/04 04:41:41 jwise Exp $ */ +/* $NetBSD: pl_3.c,v 1.15 2001/01/04 06:16:51 jwise Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)pl_3.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: pl_3.c,v 1.14 2001/01/04 04:41:41 jwise Exp $"); +__RCSID("$NetBSD: pl_3.c,v 1.15 2001/01/04 06:16:51 jwise Exp $"); #endif #endif /* not lint */ @@ -203,7 +203,7 @@ acceptcombat(void) hhits = 0; } } - table(shootat, load, hit, closest, ms, roll); + table(ms, closest, shootat, load, hit, roll); } Msg("Damage inflicted on the %s:", closest->shipname); Msg("\t%d HULL, %d GUNS, %d CREW, %d RIGGING", -- cgit v1.2.3