mirror of https://github.com/OpenTTD/OpenTTD
(svn r41) fixed last commit
parent
ca120eedad
commit
6797e692f8
|
@ -13,7 +13,7 @@ static uint GetSlopeZ_Dummy(TileInfo *ti) {
|
||||||
return GetPartialZ(ti->x&0xF, ti->y&0xF, ti->tileh) + ti->z;
|
return GetPartialZ(ti->x&0xF, ti->y&0xF, ti->tileh) + ti->z;
|
||||||
}
|
}
|
||||||
|
|
||||||
static uint GetSlopeZ_Dummy(TileInfo *ti) {
|
static uint GetSlopeTileh_Dummy(TileInfo *ti) {
|
||||||
return ti->tileh;
|
return ti->tileh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue