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

This commit is contained in:
frosch 2010-08-01 23:49:03 +00:00
parent 9dbe84922b
commit edf9b36b81

View File

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