changeset 70:b27bd9f8c7d0

arogue5: change default program name and options.
author elwin
date Sat, 11 Aug 2012 21:53:49 +0000
parents 88dc6813e36a
children d8e5c5dd9b55
files arogue5/Makefile arogue5/rogue.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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;