summaryrefslogtreecommitdiffstats
path: root/games/larn/data.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-09-24 20:17:43 +0000
committerache <ache@FreeBSD.org>1997-09-24 20:17:43 +0000
commit705dab002eab94c23d00d5594774f05e26e9cf14 (patch)
treea628143dfe8011c33dfbe92554e020b7dfbb44fa /games/larn/data.c
parent5771b3d5f6004b8173c2a09ff90b23a26c09c16c (diff)
downloadFreeBSD-src-705dab002eab94c23d00d5594774f05e26e9cf14.zip
FreeBSD-src-705dab002eab94c23d00d5594774f05e26e9cf14.tar.gz
Headers cleanup.
Add revoke before shell exit. Fix mail sending procedure. Convert to random() Implement nap.
Diffstat (limited to 'games/larn/data.c')
-rw-r--r--games/larn/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/larn/data.c b/games/larn/data.c
index 4a113bd..01154a4 100644
--- a/games/larn/data.c
+++ b/games/larn/data.c
@@ -147,7 +147,7 @@ short lastpx,lastpy; /* 0 --- MAXX-1 or 0 --- MAXY-1 */
short oldx,oldy;
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 */
+/* unsigned long randx=33601; /* the random number seed */
long initialtime=0; /* time playing began */
long gtime=0; /* the clock for the game */
long outstanding_taxes=0; /* present tax bill from score file */
OpenPOWER on IntegriCloud