Mercurial > hg > early-roguelike
diff rogue3/rogue.h @ 1:b4856d4d4c4e
Add -n option and system savedir functionality
author | edwarj4 |
---|---|
date | Wed, 14 Oct 2009 01:32:13 +0000 |
parents | 527e2150eaf0 |
children | a731f515575e |
line wrap: on
line diff
--- a/rogue3/rogue.h Tue Oct 13 13:33:34 2009 +0000 +++ b/rogue3/rogue.h Wed Oct 14 01:32:13 2009 +0000 @@ -492,6 +492,7 @@ extern int terse; /* True if we should be int */ extern struct magic_item things[NUMTHINGS]; /* Chances for each type of item */ extern int total; /* Total dynamic memory bytes */ +extern int use_savedir; /* True if using system savedir */ extern char * w_names[MAXWEAPONS]; /* Names of the various weapons */ extern char wand_mons[27]; extern int waswizard; /* Was a wizard sometime */