From 34da98f2b14e63c7042f44271d0b452fcd970737 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 28 Aug 2010 17:29:12 +0000 Subject: (svn r20647) -Codechange: update some of the object spec information --- src/table/object_land.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table/object_land.h') 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[] = { -- cgit v1.2.3-54-g00ecf