From bf82545b4ab37399f89d50b497c0d5c8f7519c77 Mon Sep 17 00:00:00 2001 From: belugas Date: Thu, 5 Feb 2009 03:41:42 +0000 Subject: (svn r15350) -Codechange: Create a spec array to hold the data definitions of unmovables objects. Note that this is the very basic spec, it will be populated a bit more, later. --- src/table/unmovable_land.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/table/unmovable_land.h') diff --git a/src/table/unmovable_land.h b/src/table/unmovable_land.h index 25db9828c..000183564 100644 --- a/src/table/unmovable_land.h +++ b/src/table/unmovable_land.h @@ -92,3 +92,11 @@ static const DrawTileSprites _unmovable_display_datas[] = { }; #undef TILE_SPRITE_LINE + +static const UnmovableSpec _original_unmovable[] = { + {STR_5801_TRANSMITTER, 1, 1}, + {STR_5802_LIGHTHOUSE, 1, 1}, + {STR_2016_STATUE, 1, 1}, + {STR_5805_COMPANY_OWNED_LAND, 10, 2}, + {STR_5803_COMPANY_HEADQUARTERS, 1, 1}, +}; -- cgit v1.2.3-54-g00ecf