town_cmd.c
changeset 3418 a592d40a4d04
parent 3382 c9c8d85aa632
child 3422 12cdb13ddb56
equal deleted inserted replaced
3417:c867f87873ae 3418:a592d40a4d04
   148 static uint GetSlopeZ_Town(const TileInfo* ti)
   148 static uint GetSlopeZ_Town(const TileInfo* ti)
   149 {
   149 {
   150 	return ti->z + (ti->tileh == 0 ? 0 : 8);
   150 	return ti->z + (ti->tileh == 0 ? 0 : 8);
   151 }
   151 }
   152 
   152 
   153 static uint GetSlopeTileh_Town(const TileInfo *ti)
   153 static uint GetSlopeTileh_Town(TileIndex tile, uint tileh)
   154 {
   154 {
   155 	return 0;
   155 	return 0;
   156 }
   156 }
   157 
   157 
   158 static void AnimateTile_Town(TileIndex tile)
   158 static void AnimateTile_Town(TileIndex tile)