diff options
| author | christos <christos@NetBSD.org> | 1997-07-13 20:21:32 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1997-07-13 20:21:32 +0000 |
| commit | c4681dc027d7cdf9019c8e8af1ee47dc45446afd (patch) | |
| tree | 1d922bff58f97096e0fa5cfe8d743f4ff8444291 /larn/regen.c | |
| parent | 3638c6860decfacc7974156434d4dfdd31a47443 (diff) | |
| download | bsdgames-darwin-c4681dc027d7cdf9019c8e8af1ee47dc45446afd.tar.gz bsdgames-darwin-c4681dc027d7cdf9019c8e8af1ee47dc45446afd.zip | |
gtime -> gltime to avoid conflict in time.h
Diffstat (limited to 'larn/regen.c')
| -rw-r--r-- | larn/regen.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |
