mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
(svn r20294) -Fix [FS#3996](r20281): 'break' got in wrong position.
This commit is contained in:
parent
9dbe84922b
commit
edf9b36b81
@ -2066,8 +2066,8 @@ public:
|
|||||||
if (v->type != VEH_TRAIN) {
|
if (v->type != VEH_TRAIN) {
|
||||||
size->height = 0;
|
size->height = 0;
|
||||||
size->width = 0;
|
size->width = 0;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case VVW_WIDGET_VIEWPORT:
|
case VVW_WIDGET_VIEWPORT:
|
||||||
size->width = VV_INITIAL_VIEWPORT_WIDTH;
|
size->width = VV_INITIAL_VIEWPORT_WIDTH;
|
||||||
|
Loading…
Reference in New Issue
Block a user