From 6519e5a12705cf2cf7ad1a52f93b58cf8b37942b Mon Sep 17 00:00:00 2001 From: cohrs Date: Mon, 1 Apr 2002 00:04:45 +0000 Subject: [PATCH] comment bit - the dropx comment has been wrong for a while, time to accept that --- src/do.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/do.c b/src/do.c index 2b7bbe9a7..040ae98e0 100644 --- a/src/do.c +++ b/src/do.c @@ -496,8 +496,8 @@ register struct obj *obj; return(1); } -/* Called in several places - should not produce texts */ -/* ship_object() _can_ produce texts--is that comment still correct? */ +/* Called in several places - may produce output */ +/* eg ship_object() and dropy() -> sellobj() both produce output */ void dropx(obj) register struct obj *obj; -- 2.40.0