From 77dd2bd3b623554066f5fc2a6129f4517e905c1e Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Sat, 11 Aug 2012 21:53:49 +0000 Subject: [PATCH] arogue5: change default program name and options. --- arogue5/Makefile | 2 +- arogue5/rogue.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arogue5/Makefile b/arogue5/Makefile index dad949b..df809f4 100644 --- a/arogue5/Makefile +++ b/arogue5/Makefile @@ -13,7 +13,7 @@ # DISTNAME=arogue5.8.2 -PROGRAM=arogue58 +PROGRAM=arogue5 O=o diff --git a/arogue5/rogue.c b/arogue5/rogue.c index ef93884..3de7605 100644 --- a/arogue5/rogue.c +++ b/arogue5/rogue.c @@ -111,7 +111,7 @@ bool door_stop = FALSE; 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;