diff options
author | dominik <dominik@openttd.org> | 2004-08-13 18:36:47 +0000 |
---|---|---|
committer | dominik <dominik@openttd.org> | 2004-08-13 18:36:47 +0000 |
commit | 6797e692f8b42a310c5a0488fe29c7fe9327cdd0 (patch) | |
tree | 6268201d307b61c9d6cd723c4038c8135c2c3f9f | |
parent | ca120eedad11f826b63bb5505a0f1f61aad740d4 (diff) | |
download | openttd-6797e692f8b42a310c5a0488fe29c7fe9327cdd0.tar.xz |
(svn r41) fixed last commit
-rw-r--r-- | dummy_land.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dummy_land.c b/dummy_land.c index e9399d468..590e48e78 100644 --- a/dummy_land.c +++ b/dummy_land.c @@ -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; } |