summaryrefslogtreecommitdiff
path: root/games/larn/main.c
diff options
context:
space:
mode:
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;
}