(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.
This commit is contained in:
@@ -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},
|
||||
};
|
||||
|
Reference in New Issue
Block a user