Mercurial > hg > early-roguelike
diff arogue5/rogue.c @ 70:b27bd9f8c7d0
arogue5: change default program name and options.
| author | elwin | 
|---|---|
| date | Sat, 11 Aug 2012 21:53:49 +0000 | 
| parents | a98834ce7e04 | 
| children | 19903deed392 | 
line wrap: on
 line diff
--- a/arogue5/rogue.c Sat Aug 11 20:58:24 2012 +0000 +++ b/arogue5/rogue.c Sat Aug 11 21:53:49 2012 +0000 @@ -111,7 +111,7 @@ bool jump = FALSE; bool slow_invent = FALSE; bool firstmove = FALSE; -bool askme = FALSE; +bool askme = TRUE; bool in_shell = FALSE; bool daytime = TRUE; bool use_savedir = FALSE;
