--- a/src/town_cmd.cpp Tue Apr 29 16:36:44 2008 +0000 +++ b/src/town_cmd.cpp Tue Apr 29 18:08:14 2008 +0000 @@ -2453,7 +2453,7 @@ static int ref_count = 0; if (mode) { if (ref_count == 0) { - _town_test_ratings.empty(); + _town_test_ratings.clear(); } ref_count++; } else {