changeset 7156:8b6b8579864b draft

(svn r10430) -Fix: Too many town rating entry lookups (KUDr)
author peter1138 <peter1138@openttd.org>
date Wed, 04 Jul 2007 06:37:43 +0000
parents 2db6c3a78a30
children 7e46225ed50b
files src/newgrf_town.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/newgrf_town.cpp
+++ b/src/newgrf_town.cpp
@@ -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;