Changeset - r517:3c13ca03553c
[Not reviewed]
master
0 1 0
tron - 20 years ago 2004-11-27 19:53:53
tron@openttd.org
(svn r842) -Fix: [ 985925 ] Start/stop flag in train depots always works, regardless of the horizontal scroll position
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
train_gui.c
Show inline comments
 
@@ -372,7 +372,7 @@ static int GetVehicleFromTrainDepotWndPt
 
				v->tile == w->window_number &&
 
				v->u.rail.track == 0x80 &&
 
				--row < 0) {
 
					area_x += w->hscroll.pos;
 
					if (area_x >= 0) area_x += w->hscroll.pos;
 
					goto found_it;
 
		}
 
	}
0 comments (0 inline, 0 general)