From 6c27694548949be38073ac6fceb674b323255edf Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Thu, 4 Apr 2024 03:08:43 +0200 Subject: Reenabled assignments --- FICS/ratings.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'FICS/ratings.c') diff --git a/FICS/ratings.c b/FICS/ratings.c index ae755bb..a722752 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -365,11 +365,10 @@ zero_stats(void) Rl_M = 0.0, Rl_S = 0.0, Rl_total = 0.0; Rl_count = 0; -/* - numS = 0; - numB = 0; - numW = 0; -*/ + + numS = 0; + numB = 0; + numW = 0; } PUBLIC void -- cgit v1.2.3