1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

(svn r2738) Small bit fiddling cleanup

This commit is contained in:
tron
2005-07-28 19:18:27 +00:00
parent ff61e34d6c
commit 64ac1a6414
3 changed files with 49 additions and 32 deletions

View File

@@ -264,7 +264,7 @@ static void DrawTile_Trees(TileInfo *ti)
DrawHillyLandTile(ti);
}
DrawClearLandFence(ti, _m[ti->tile].m4 >> 2);
DrawClearLandFence(ti);
z = ti->z;
if (ti->tileh != 0) {