town_cmd.c
changeset 3657 eb28d97d3d18
parent 3654 c09872510a61
child 3674 d6c991bdcbe1
equal deleted inserted replaced
3656:4aecbb417d50 3657:eb28d97d3d18
  1864 	AnimateTile_Town,					/* animate_tile_proc */
  1864 	AnimateTile_Town,					/* animate_tile_proc */
  1865 	TileLoop_Town,						/* tile_loop_clear */
  1865 	TileLoop_Town,						/* tile_loop_clear */
  1866 	ChangeTileOwner_Town,			/* change_tile_owner_clear */
  1866 	ChangeTileOwner_Town,			/* change_tile_owner_clear */
  1867 	NULL,											/* get_produced_cargo_proc */
  1867 	NULL,											/* get_produced_cargo_proc */
  1868 	NULL,											/* vehicle_enter_tile_proc */
  1868 	NULL,											/* vehicle_enter_tile_proc */
  1869 	NULL,											/* vehicle_leave_tile_proc */
       
  1870 	GetSlopeTileh_Town,				/* get_slope_tileh_proc */
  1869 	GetSlopeTileh_Town,				/* get_slope_tileh_proc */
  1871 };
  1870 };
  1872 
  1871 
  1873 
  1872 
  1874 // Save and load of towns.
  1873 // Save and load of towns.