From c4681dc027d7cdf9019c8e8af1ee47dc45446afd Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 13 Jul 1997 20:21:32 +0000 Subject: gtime -> gltime to avoid conflict in time.h --- larn/regen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'larn/regen.c') diff --git a/larn/regen.c b/larn/regen.c index 2f68643a..1bfe7b6b 100644 --- a/larn/regen.c +++ b/larn/regen.c @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "$NetBSD: regen.c,v 1.3 1995/03/23 08:34:11 cgd Exp $"; +static char rcsid[] = "$NetBSD: regen.c,v 1.4 1997/07/13 20:21:39 christos Exp $"; #endif /* not lint */ /* regen.c Larn is copyrighted 1986 by Noah Morgan. */ @@ -25,7 +25,7 @@ regen() if (d[STRENGTH]<3) { d[STRENGTH]=3; flag=1; } if ((d[HASTESELF]==0) || ((d[HASTESELF] & 1) == 0)) - gtime++; + gltime++; if (d[HP] != d[HPMAX]) if (d[REGENCOUNTER]-- <= 0) /* regenerate hit points */ -- cgit v1.2.3