dummy_land.c
changeset 4231 2823b3643862
parent 3657 eb28d97d3d18
child 4344 7e123fec5b0b
equal deleted inserted replaced
4230:f4e93251e2f6 4231:2823b3643862
    12 {
    12 {
    13 	DrawGroundSpriteAt(SPR_SHADOW_CELL, ti->x, ti->y, ti->z);
    13 	DrawGroundSpriteAt(SPR_SHADOW_CELL, ti->x, ti->y, ti->z);
    14 }
    14 }
    15 
    15 
    16 
    16 
    17 static uint GetSlopeZ_Dummy(const TileInfo* ti)
    17 static uint GetSlopeZ_Dummy(TileIndex tile, uint x, uint y)
    18 {
    18 {
    19 	return 0;
    19 	return 0;
    20 }
    20 }
    21 
    21 
    22 static Slope GetSlopeTileh_Dummy(TileIndex tile, Slope tileh)
    22 static Slope GetSlopeTileh_Dummy(TileIndex tile, Slope tileh)