Mercurial > hg > early-roguelike
comparison xrogue/rogue.c @ 136:1fbdefa82533
xrogue: initial support for the -n option.
The scorefile location is also configurable now.
| author | John "Elwin" Edwards |
|---|---|
| date | Wed, 22 Apr 2015 16:03:00 -0400 |
| parents | e6179860cb76 |
| children | aac28331e71d |
comparison
equal
deleted
inserted
replaced
| 135:ce0cf824c192 | 136:1fbdefa82533 |
|---|---|
| 97 WINDOW *mw; /* Used to store monsters */ | 97 WINDOW *mw; /* Used to store monsters */ |
| 98 WINDOW *msgw; /* Used to display messages */ | 98 WINDOW *msgw; /* Used to display messages */ |
| 99 bool pool_teleport = FALSE; /* just teleported from a pool */ | 99 bool pool_teleport = FALSE; /* just teleported from a pool */ |
| 100 bool inwhgt = FALSE; /* true if from wghtchk() */ | 100 bool inwhgt = FALSE; /* true if from wghtchk() */ |
| 101 bool after; /* True if we want after daemons */ | 101 bool after; /* True if we want after daemons */ |
| 102 bool use_savedir = FALSE; /* Use common save location? */ | |
| 102 bool waswizard; /* Was a wizard sometime */ | 103 bool waswizard; /* Was a wizard sometime */ |
| 103 bool s_know[MAXSCROLLS]; /* Does he know what a scroll does */ | 104 bool s_know[MAXSCROLLS]; /* Does he know what a scroll does */ |
| 104 bool p_know[MAXPOTIONS]; /* Does he know what a potion does */ | 105 bool p_know[MAXPOTIONS]; /* Does he know what a potion does */ |
| 105 bool r_know[MAXRINGS]; /* Does he know what a ring does */ | 106 bool r_know[MAXRINGS]; /* Does he know what a ring does */ |
| 106 bool ws_know[MAXSTICKS]; /* Does he know what a stick does */ | 107 bool ws_know[MAXSTICKS]; /* Does he know what a stick does */ |
