changeset 4164:00aef976ba6f draft

(svn r5597) Remove the unused attribute ground_child from struct ViewportDrawer
author tron <tron@openttd.org>
date Sun, 23 Jul 2006 08:40:49 +0000
parents 7dcc1a1dffc8
children 26fda05b430b
files viewport.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/viewport.c
+++ b/viewport.c
@@ -88,7 +88,6 @@
 	byte combine_sprites;
 
 	int offs_x, offs_y; // used when drawing ground sprites relative
-	bool ground_child;
 } ViewportDrawer;
 
 static ViewportDrawer *_cur_vd;
@@ -1180,7 +1179,6 @@
 	mask = (-1) << vp->zoom;
 
 	vd.combine_sprites = 0;
-	vd.ground_child = 0;
 
 	vd.dpi.width = (right - left) & mask;
 	vd.dpi.height = (bottom - top) & mask;