UltraRogue: ask about unidentified magic items by default.

This commit is contained in:
John "Elwin" Edwards 2017-12-29 14:16:24 -05:00
parent 338214459d
commit 61e05e655c

View file

@ -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 */