arogue5: change default program name and options.
This commit is contained in:
parent
4d11069d9c
commit
77dd2bd3b6
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME=arogue5.8.2
|
DISTNAME=arogue5.8.2
|
||||||
PROGRAM=arogue58
|
PROGRAM=arogue5
|
||||||
|
|
||||||
O=o
|
O=o
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -111,7 +111,7 @@ bool door_stop = FALSE;
|
||||||
bool jump = FALSE;
|
bool jump = FALSE;
|
||||||
bool slow_invent = FALSE;
|
bool slow_invent = FALSE;
|
||||||
bool firstmove = FALSE;
|
bool firstmove = FALSE;
|
||||||
bool askme = FALSE;
|
bool askme = TRUE;
|
||||||
bool in_shell = FALSE;
|
bool in_shell = FALSE;
|
||||||
bool daytime = TRUE;
|
bool daytime = TRUE;
|
||||||
bool use_savedir = FALSE;
|
bool use_savedir = FALSE;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue