changeset 40:de60cc343bec draft

(svn r41) fixed last commit
author dominik <dominik@openttd.org>
date Fri, 13 Aug 2004 18:36:47 +0000
parents 927ba896b4a5
children 0ef7194c4244
files dummy_land.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dummy_land.c
+++ b/dummy_land.c
@@ -13,7 +13,7 @@
 	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;
 }