Changeset - r7156:04c367fed4b4
[Not reviewed]
master
0 1 0
peter1138 - 17 years ago 2007-07-04 06:37:43
peter1138@openttd.org
(svn r10430) -Fix: Too many town rating entry lookups (KUDr)
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf_town.cpp
Show inline comments
 
@@ -53,7 +53,6 @@ uint32 TownGetVariable(byte variable, by
 
		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;
0 comments (0 inline, 0 general)