diff options
Diffstat (limited to 'games/larn/data.c')
-rw-r--r-- | games/larn/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/larn/data.c b/games/larn/data.c index 0bc9fe97513..acef0ca61f7 100644 --- a/games/larn/data.c +++ b/games/larn/data.c @@ -155,7 +155,7 @@ short lasthx=0,lasthy=0; /* location of monster last hit by player */ short nobeep=0; /* true if program is not to beep */ unsigned long randx=33601; /* the random number seed */ long initialtime=0; /* time playing began */ -long gtime=0; /* the clock for the game */ +long gltime=0; /* the clock for the game */ long outstanding_taxes=0; /* present tax bill from score file */ long c[100],cbak[100]; /* the character description arrays */ int enable_scroll=0; /* constant for enabled/disabled scrolling regn */ |