1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 00:49:11 +00:00

(svn r10430) -Fix: Too many town rating entry lookups (KUDr)

This commit is contained in:
2007-07-04 06:37:43 +00:00
parent 415d5af03d
commit e9c38a97b0

View File

@@ -53,7 +53,6 @@ uint32 TownGetVariable(byte variable, byte parameter, bool *available, const Tow
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;