(svn r20294) -Fix [FS#3996](r20281): 'break' got in wrong position.

pull/155/head
frosch 14 years ago
parent 6fcdf71825
commit 4d18e6c435

@ -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;

Loading…
Cancel
Save