mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-01 10:59:12 +00:00
(svn r20294) -Fix [FS#3996](r20281): 'break' got in wrong position.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user