summaryrefslogtreecommitdiffstats
path: root/larn/create.c
diff options
context:
space:
mode:
Diffstat (limited to 'larn/create.c')
-rw-r--r--larn/create.c4
1 files changed, 2 insertions, 2 deletions
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();