diff options
| -rw-r--r-- | taipan.c | 6 | 
1 files changed, 4 insertions, 2 deletions
| @@ -1980,7 +1980,8 @@ void final_stats(void)     {        cputc_s();     } -   cputs("\n\n"); +	crlf(); +	crlf();  	rvs_on();  	// cputs("Your score is ");  	print_msg(M_your_score_is); @@ -1989,7 +1990,8 @@ void final_stats(void)  #else  	cprintulong(score);  #endif -	cputs(".\n"); +	cprint_period(); +	crlf();  	rvs_off();     if ((score < 100) && (score >= 0))     { | 
