UltraRogue: ask about unidentified magic items by default.
This commit is contained in:
parent
338214459d
commit
61e05e655c
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ int door_stop = FALSE;
|
|||
int jump = TRUE;
|
||||
int doorstop = TRUE;
|
||||
int firstmove = FALSE;
|
||||
int askme = FALSE;
|
||||
int askme = TRUE;
|
||||
char whoami[2 * LINELEN]; /* Name of player */
|
||||
char fruit[2 * LINELEN]; /* Favorite fruit */
|
||||
char file_name[2 * LINELEN]; /* Save file name */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue