forked from mirror/OpenTTD
(svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line.
This commit is contained in:
@@ -134,7 +134,8 @@ static Point MapXYZToViewport(const ViewPort *vp, uint x, uint y, uint z)
|
||||
return p;
|
||||
}
|
||||
|
||||
void InitViewports() {
|
||||
void InitViewports()
|
||||
{
|
||||
memset(_viewports, 0, sizeof(_viewports));
|
||||
_active_viewports = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user