Changeset - r40:296228420937
[Not reviewed]
master
0 1 0
dominik - 20 years ago 2004-08-13 18:36:47
dominik@openttd.org
(svn r41) fixed last commit
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
dummy_land.c
Show inline comments
 
@@ -13,7 +13,7 @@ static uint GetSlopeZ_Dummy(TileInfo *ti
 
	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;
 
}
 

	
0 comments (0 inline, 0 general)