# HG changeset patch # User elwin # Date 1344722029 0 # Node ID b27bd9f8c7d0b52f71455f9c9113dc3e7760fed4 # Parent 88dc6813e36ab3f0560e037a1b137dbdc9b362b6 arogue5: change default program name and options. diff -r 88dc6813e36a -r b27bd9f8c7d0 arogue5/Makefile --- a/arogue5/Makefile Sat Aug 11 20:58:24 2012 +0000 +++ b/arogue5/Makefile Sat Aug 11 21:53:49 2012 +0000 @@ -13,7 +13,7 @@ # DISTNAME=arogue5.8.2 -PROGRAM=arogue58 +PROGRAM=arogue5 O=o diff -r 88dc6813e36a -r b27bd9f8c7d0 arogue5/rogue.c --- 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;