Changeset - r409:74c63b7fdac2
[Not reviewed]
master
0 1 0
dominik - 20 years ago 2004-11-14 18:20:40
dominik@openttd.org
(svn r606) -newgrf: Fixed waypoint scrollbar
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rail_gui.c
Show inline comments
 
@@ -1120,7 +1120,7 @@ static const WindowDesc _build_waypoint_
 
static void ShowBuildWaypointPicker()
 
{
 
	Window *w = AllocateWindowDesc(&_build_waypoint_desc);
 
	w->hscroll.cap = 1;
 
	w->hscroll.cap = 4;
 
	w->hscroll.count = (uint) (_waypoint_count+3) / 4;
 
}
 

	
0 comments (0 inline, 0 general)