(svn r10430) -Fix: Too many town rating entry lookups (KUDr)
authorpeter1138
Wed, 04 Jul 2007 06:37:43 +0000
changeset 7652 2c14b31c42f2
parent 7651 71d525fb971e
child 7653 898ee6432dc3
(svn r10430) -Fix: Too many town rating entry lookups (KUDr)
src/newgrf_town.cpp
--- a/src/newgrf_town.cpp	Wed Jul 04 02:41:39 2007 +0000
+++ b/src/newgrf_town.cpp	Wed Jul 04 06:37:43 2007 +0000
@@ -53,7 +53,6 @@
 		case 0xA3: return t->ratings[5];
 		case 0xA4: return t->ratings[6];
 		case 0xA5: return t->ratings[7];
-		case 0xA6: return t->ratings[8];
 		case 0xAE: return t->have_ratings;
 		case 0xB2: return t->statues;
 		case 0xB6: return t->num_houses;