summaryrefslogtreecommitdiff
path: root/src/table/object_land.h
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2013-10-16 19:11:34 +0000
committerplanetmaker <planetmaker@openttd.org>2013-10-16 19:11:34 +0000
commitf5e408fa1c9a8de586e532d517d4e6da10ef09cb (patch)
tree5386e852cf8ea2597fc7e3aaf8385b4754652334 /src/table/object_land.h
parent5ab204c8a170e692835e126daa00987c5f0217b6 (diff)
downloadopenttd-f5e408fa1c9a8de586e532d517d4e6da10ef09cb.tar.xz
(svn r25868) -Fix (r25650): Initialization of default objects swapped costs and dates
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 ed15a11bf..685178ef7 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, 1, true }
+#define M(name, size, build_cost_multiplier, clear_cost_multiplier, height, flags) { GRFFilePropsBase<2>(), INVALID_OBJECT_CLASS, name, 0xF, size, build_cost_multiplier, clear_cost_multiplier, 0, 0, flags, {0, 0, 0, 0}, 0, height, 1, true }
/** Specification of the original object structures. */
extern const ObjectSpec _original_objects[] = {