From 645d1b9921aa9636ecc486f28036c4191b5acfef Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sun, 19 Feb 2006 22:44:06 +0000 Subject: [PATCH] finish a trailing sentence in a comment --- include/mextra.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mextra.h b/include/mextra.h index fee06fa57..def2fdc5f 100644 --- a/include/mextra.h +++ b/include/mextra.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mextra.h 3.5 2006/01/07 */ +/* SCCS Id: @(#)mextra.h 3.5 2006/02/19 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -50,6 +50,7 @@ * 8. Adjust restmonchn() in src/restore.c to deal with your * struct during a restore. * 9. Adjust buffer_to_mon() in src/restore.c to properly + * unpackage the mextra fields during revival. * 10. Adjust savemonchn() in src/save.c to deal with your * struct during a save. * 11. Adjust mon_to_buffer() in src/save.c to properly package