src/town_cmd.cpp
changeset 9234 bfc9d27d3d0d
parent 9111 48ce04029fe4
child 9322 cf7dc39f9576
equal deleted inserted replaced
9233:b29c7a028999 9234:bfc9d27d3d0d
  2150 
  2150 
  2151 	SetDParam(0, t->index);
  2151 	SetDParam(0, t->index);
  2152 	SetDParam(1, _current_player);
  2152 	SetDParam(1, _current_player);
  2153 
  2153 
  2154 	AddNewsItem(STR_2055_TRAFFIC_CHAOS_IN_ROAD_REBUILDING,
  2154 	AddNewsItem(STR_2055_TRAFFIC_CHAOS_IN_ROAD_REBUILDING,
  2155 		NM_NORMAL, NF_TILE, NT_GENERAL, DNC_NONE, t->xy, 0);
  2155 		NS_GENERAL, t->xy, 0);
  2156 }
  2156 }
  2157 
  2157 
  2158 static bool DoBuildStatueOfCompany(TileIndex tile, TownID town_id)
  2158 static bool DoBuildStatueOfCompany(TileIndex tile, TownID town_id)
  2159 {
  2159 {
  2160 	/* Statues can be build on slopes, just like houses. Only the steep slopes is a no go. */
  2160 	/* Statues can be build on slopes, just like houses. Only the steep slopes is a no go. */