summaryrefslogtreecommitdiff
path: root/games/larn/main.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-15 10:22:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-15 10:22:06 +0000
commit7eb3a750e52328cf5b852653b3889326f5a8f3be (patch)
tree4f0cb8331a516c192ff32d46dd3c28a6832928c0 /games/larn/main.c
parent64b2332c104aa262f56453981465365b715cde83 (diff)
gtime var -> gltime var
Diffstat (limited to 'games/larn/main.c')
-rw-r--r--games/larn/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/larn/main.c b/games/larn/main.c
index 11f07de1fda..39b08969039 100644
--- a/games/larn/main.c
+++ b/games/larn/main.c
@@ -273,7 +273,7 @@ qshowstr()
{ for (i=22; i<84; i++)
for (j=0; j<=k; j++) if (i==iven[j]) show3(j); k=0; }
- lprintf("\nElapsed time is %d. You have %d mobuls left",(long)((gtime+99)/100+1),(long)((TIMELIMIT-gtime)/100));
+ lprintf("\nElapsed time is %d. You have %d mobuls left",(long)((gltime+99)/100+1),(long)((TIMELIMIT-gltime)/100));
more(); nosignal=sigsav;
}