scores.c | 88 static struct log_fmt logg; /* structure for the log file */ variable in typeref:struct:log_fmt 673 strcpy(logg.who, loginname); 674 logg.score = c[GOLD]; 675 logg.diff = c[HARDGAME]; 682 snprintf(logg.what, sizeof(logg.what), 685 snprintf(logg.what, sizeof(logg.what), 687 logg.cavelev = level; 689 logg.diedtime = zzz [all...] |