(svn r6719) -Code cleanup: [depot window] removed line that assigned 0 to a var, that's already 0
This commit is contained in:
		@@ -973,7 +973,6 @@ void ShowDepotWindow(TileIndex tile, byte type)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
			case VEH_Road:
 | 
								case VEH_Road:
 | 
				
			||||||
				horizontal = 10;
 | 
									horizontal = 10;
 | 
				
			||||||
				vertical = - 14 + 14;
 | 
					 | 
				
			||||||
				w->vscroll.cap = 5;
 | 
									w->vscroll.cap = 5;
 | 
				
			||||||
				w->hscroll.cap = 5;
 | 
									w->hscroll.cap = 5;
 | 
				
			||||||
				w->resize.step_width = 56;
 | 
									w->resize.step_width = 56;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user