diff options
author | rubidium <rubidium@openttd.org> | 2010-08-28 17:29:12 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-08-28 17:29:12 +0000 |
commit | 34da98f2b14e63c7042f44271d0b452fcd970737 (patch) | |
tree | cb2dccaff1ff58b3a26b4d0528d29b205f472c35 /src/table | |
parent | f1f1c71a415354b00c744573eec7e7b2ce3cf7a4 (diff) | |
download | openttd-34da98f2b14e63c7042f44271d0b452fcd970737.tar.xz |
(svn r20647) -Codechange: update some of the object spec information
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/object_land.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/object_land.h b/src/table/object_land.h index 4932d278e..c5c05fe52 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, flags) { name, size, build_cost_multiplier, clear_cost_multiplier, flags } +#define M(name, size, build_cost_multiplier, clear_cost_multiplier, flags) { name, size, build_cost_multiplier, clear_cost_multiplier, flags, true } /** Specification of the original object structures. */ extern const ObjectSpec _original_objects[] = { |