Mercurial > hg > early-roguelike
comparison urogue/state.c @ 292:ebf49a933e51
UltraRogue: ask about unidentified magic items by default.
| author | John "Elwin" Edwards |
|---|---|
| date | Fri, 29 Dec 2017 14:16:24 -0500 |
| parents | 08057be02f47 |
| children | 000b1c5b8d63 |
comparison
equal
deleted
inserted
replaced
| 291:5b6855d5d089 | 292:ebf49a933e51 |
|---|---|
| 154 int terse = FALSE; | 154 int terse = FALSE; |
| 155 int door_stop = FALSE; | 155 int door_stop = FALSE; |
| 156 int jump = TRUE; | 156 int jump = TRUE; |
| 157 int doorstop = TRUE; | 157 int doorstop = TRUE; |
| 158 int firstmove = FALSE; | 158 int firstmove = FALSE; |
| 159 int askme = FALSE; | 159 int askme = TRUE; |
| 160 char whoami[2 * LINELEN]; /* Name of player */ | 160 char whoami[2 * LINELEN]; /* Name of player */ |
| 161 char fruit[2 * LINELEN]; /* Favorite fruit */ | 161 char fruit[2 * LINELEN]; /* Favorite fruit */ |
| 162 char file_name[2 * LINELEN]; /* Save file name */ | 162 char file_name[2 * LINELEN]; /* Save file name */ |
| 163 char score_file[2 * LINELEN]; /* Score file name */ | 163 char score_file[2 * LINELEN]; /* Score file name */ |
| 164 | 164 |
