Changeset - r9068:f31a40daef3e
[Not reviewed]
master
0 1 0
smatz - 17 years ago 2008-04-29 18:08:14
smatz@openttd.org
(svn r12920) -Fix (r12859): town rating was affected even after the test run
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/town_cmd.cpp
Show inline comments
 
@@ -2453,7 +2453,7 @@ void SetTownRatingTestMode(bool mode)
 
	static int ref_count = 0;
 
	if (mode) {
 
		if (ref_count == 0) {
 
			_town_test_ratings.empty();
 
			_town_test_ratings.clear();
 
		}
 
		ref_count++;
 
	} else {
0 comments (0 inline, 0 general)