Changeset - r15621:165865e2071c
[Not reviewed]
master
0 1 0
frosch - 14 years ago 2010-08-01 23:49:03
frosch@openttd.org
(svn r20294) -Fix [FS#3996](r20281): 'break' got in wrong position.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/vehicle_gui.cpp
Show inline comments
 
@@ -2066,8 +2066,8 @@ public:
 
				if (v->type != VEH_TRAIN) {
 
					size->height = 0;
 
					size->width = 0;
 
					break;
 
				}
 
				break;
 

	
 
			case VVW_WIDGET_VIEWPORT:
 
				size->width = VV_INITIAL_VIEWPORT_WIDTH;
0 comments (0 inline, 0 general)