Show
Ignore:
Timestamp:
06/28/08 05:57:54 (5 months ago)
Author:
takkaria
Message:

EFfectively rewrite a chunk of the scorefile code so that it now works, more-or-less. This is the patch that was in #552, and thus closes that bug.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/externs.h

    r958 r965  
    3333extern char pf_result[]; 
    3434extern int pf_result_index; 
    35  
    36 /* score.c */ 
    37 extern int score_idx; 
    3835 
    3936/* tables.c */ 
     
    429426 
    430427/* score.c */ 
    431 extern errr enter_score(time_t *death_time); 
     428extern void enter_score(time_t *death_time); 
    432429extern void show_scores(void); 
    433 extern void display_scores(int from, int to); 
    434 extern void top_twenty(void); 
    435430extern void predict_score(void); 
    436431