mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 02:42:42 +01:00
(svn r20281) -Codechange: unify case scope closure + break coding style
This commit is contained in:
@@ -806,7 +806,8 @@ public:
|
||||
y += this->resize.step_height;
|
||||
if (++n == this->vscroll.GetCapacity()) break; // max number of towns in 1 window
|
||||
}
|
||||
} break;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user