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/create.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'larn/create.c') diff --git a/larn/create.c b/larn/create.c index c8b04a70..3bba976e 100644 --- a/larn/create.c +++ b/larn/create.c @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "$NetBSD: create.c,v 1.4 1997/03/29 20:42:17 thorpej Exp $"; +static char rcsid[] = "$NetBSD: create.c,v 1.5 1997/07/13 20:21:32 christos Exp $"; #endif /* not lint */ /* create.c Larn is copyrighted 1986 by Noah Morgan. */ @@ -32,7 +32,7 @@ makeplayer() } playerx=rnd(MAXX-2); playery=rnd(MAXY-2); oldx=0; oldy=25; - gtime=0; /* time clock starts at zero */ + gltime=0; /* time clock starts at zero */ cbak[SPELLS] = -50; for (i=0; i<6; i++) c[i]=12; /* make the attributes, ie str, int, etc. */ recalc(); -- cgit v1.2.3