summaryrefslogtreecommitdiff
path: root/games/larn/header.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1996-10-28 00:07:19 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1996-10-28 00:07:19 +0000
commit7c960f3f657eb9356172290dbf1f678dd3a1c6d1 (patch)
tree05856047f6b6059561f70d17a0d4719945d53803 /games/larn/header.h
parent89590a698621620223603b7d825ae162b3af003a (diff)
Safe $HOME handling.
Diffstat (limited to 'games/larn/header.h')
-rw-r--r--games/larn/header.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/larn/header.h b/games/larn/header.h
index e76da385807..ee182683158 100644
--- a/games/larn/header.h
+++ b/games/larn/header.h
@@ -337,11 +337,11 @@ extern char item[MAXX][MAXY],iven[],know[MAXX][MAXY],larnlevels[],lastmonst[];
extern char level,*levelname[],logfile[],loginname[],logname[],*lpbuf,*lpend;
extern char *lpnt,moved[MAXX][MAXY],mitem[MAXX][MAXY],monstlevel[];
extern char monstnamelist[],nch[],ndgg[],nlpts[],nomove,nosignal,nowelcome;
-extern char nplt[],nsw[],*objectname[],objnamelist[],optsfile[];
+extern char nplt[],nsw[],*objectname[],objnamelist[],optsfile[1024];
extern char *potionhide[],*potionname[],playerids[],potprob[];
-extern char predostuff,psname[],restorflag,savefilename[],scorefile[],scprob[];
-extern char screen[MAXX][MAXY],*scrollhide[],*scrollname[],sex,*spelcode[];
-extern char *speldescript[];
+extern char predostuff,psname[],restorflag,savefilename[1024],scorefile[];
+extern char scprob[],screen[MAXX][MAXY],*scrollhide[],*scrollname[],sex;
+extern char *spelcode[],*speldescript[];
extern char spelknow[],*spelname[],*spelmes[],spelweird[MAXMONST+8][SPNUM];
extern char splev[],stealth[MAXX][MAXY],to_lower[],to_upper[],wizard;
extern short diroffx[],diroffy[],hitflag,hit2flag,hit3flag,hitp[MAXX][MAXY];