summaryrefslogtreecommitdiff
path: root/src/table/object_land.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-12-10 21:30:26 +0000
committerrubidium <rubidium@openttd.org>2010-12-10 21:30:26 +0000
commitfdeab92dc7d5391bd9be48cd29beafbced278cb1 (patch)
tree8505e085b059c1b9c33112baeb11ff118cac7b11 /src/table/object_land.h
parentc1efcb76cace2ef00d14f78613e991ea4009fa0d (diff)
downloadopenttd-fdeab92dc7d5391bd9be48cd29beafbced278cb1.tar.xz
(svn r21452) -Codechange: read object property 17 (number of views)
Diffstat (limited to 'src/table/object_land.h')
-rw-r--r--src/table/object_land.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/object_land.h b/src/table/object_land.h
index 9a2c1f833..3c7ac1bc0 100644
--- a/src/table/object_land.h
+++ b/src/table/object_land.h
@@ -123,7 +123,7 @@ static const DrawTileSprites _object_hq[] = {
#undef TILE_SPRITE_LINE
-#define M(name, size, build_cost_multiplier, clear_cost_multiplier, height, flags) { GRFFilePropsBase<2>(), INVALID_OBJECT_CLASS, name, 0xF, size, 0, 0, build_cost_multiplier, clear_cost_multiplier, flags, {0, 0, 0, 0}, 0, height, true }
+#define M(name, size, build_cost_multiplier, clear_cost_multiplier, height, flags) { GRFFilePropsBase<2>(), INVALID_OBJECT_CLASS, name, 0xF, size, 0, 0, build_cost_multiplier, clear_cost_multiplier, flags, {0, 0, 0, 0}, 0, height, 1, true }
/** Specification of the original object structures. */
extern const ObjectSpec _original_objects[] = {