Mercurial > hg > early-roguelike
diff urogue/state.c @ 259:096d3cfd9afd
UltraRogue: add the -n option.
author | John "Elwin" Edwards |
---|---|
date | Thu, 09 Feb 2017 16:29:45 -0500 |
parents | 2908dc47f9e2 |
children | b80e1bf4eaec |
line wrap: on
line diff
--- a/urogue/state.c Wed Feb 08 19:50:36 2017 -0500 +++ b/urogue/state.c Thu Feb 09 16:29:45 2017 -0500 @@ -138,6 +138,7 @@ int wizard = FALSE; int wiz_verbose = TRUE; int moving = FALSE; +int use_savedir = FALSE; coord delta; /* Change indicated to get_dir() */ LEVTYPE levtype; /* type of level i'm on */ long purse = 0;