]> granicus.if.org Git - nethack/commitdiff
comment bit
authorcohrs <cohrs>
Mon, 1 Apr 2002 00:04:45 +0000 (00:04 +0000)
committercohrs <cohrs>
Mon, 1 Apr 2002 00:04:45 +0000 (00:04 +0000)
- the dropx comment has been wrong for a while, time to accept that

src/do.c

index 2b7bbe9a7fb3e0f63a1e0539bffd0662da992c13..040ae98e0fe3166f44f10c4dba4823161fe02c9c 100644 (file)
--- 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;