summaryrefslogtreecommitdiffstats
path: root/sail
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-03-14 19:55:16 +0000
committerdholland <dholland@NetBSD.org>2009-03-14 19:55:16 +0000
commit9bea9bf1927f40fd42b478e7603168e7b9ed4192 (patch)
tree3a30cab996972156c1f5619639c80e907ef3b46a /sail
parentd07320e2ef20ae3e5a73228a41d85b69fb56d510 (diff)
downloadbsdgames-darwin-9bea9bf1927f40fd42b478e7603168e7b9ed4192.tar.gz
bsdgames-darwin-9bea9bf1927f40fd42b478e7603168e7b9ed4192.tar.zst
bsdgames-darwin-9bea9bf1927f40fd42b478e7603168e7b9ed4192.zip
Prune a comment referring to objects that (AFAICT) didn't even exist in -r1.1.
Diffstat (limited to 'sail')
-rw-r--r--sail/dr_1.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sail/dr_1.c b/sail/dr_1.c
index eb7e2153..a1512821 100644
--- a/sail/dr_1.c
+++ b/sail/dr_1.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dr_1.c,v 1.25 2009/03/14 19:35:13 dholland Exp $ */
+/* $NetBSD: dr_1.c,v 1.26 2009/03/14 19:55:16 dholland Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)dr_1.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: dr_1.c,v 1.25 2009/03/14 19:35:13 dholland Exp $");
+__RCSID("$NetBSD: dr_1.c,v 1.26 2009/03/14 19:55:16 dholland Exp $");
#endif
#endif /* not lint */
@@ -209,10 +209,6 @@ fightitout(struct ship *from, struct ship *to, int key)
: 2 * from->specs->pts,
0, 0, 0);
-/* ptr1 points to the shipspec for the ship that was just unboarded.
- I guess that what is going on here is that the pointer is multiplied
- or something. */
-
Write(W_CAPTURED, from, to->file->index, 0, 0, 0);
topoints = 2 * from->specs->pts + to->file->points;
if (from->file->struck)