rogue4: add logging all games

This commit is contained in:
John "Elwin" Edwards 2009-11-26 03:02:13 +00:00
parent f9c589b480
commit 4bc7038945
6 changed files with 75 additions and 2 deletions

View file

@ -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,