arogue5: change default program name and options.

This commit is contained in:
John "Elwin" Edwards 2012-08-11 21:53:49 +00:00
parent 4d11069d9c
commit 77dd2bd3b6
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
#
DISTNAME=arogue5.8.2
PROGRAM=arogue58
PROGRAM=arogue5
O=o

View file

@ -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;