rogue4: add logging all games
This commit is contained in:
parent
f9c589b480
commit
4bc7038945
6 changed files with 75 additions and 2 deletions
|
|
@ -101,6 +101,7 @@ int food_left; /* Amount of food in hero's stomach */
|
|||
int group = 2; /* Current group number */
|
||||
int hungry_state = 0; /* How hungry is he */
|
||||
int fd; /* File descriptor for score file */
|
||||
int lfd; /* File descriptor for log file */
|
||||
int a_chances[MAXARMORS] = { /* Chance for each armor type */
|
||||
20,
|
||||
35,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue